LibreOffice Module sw (master) 1
precompiled_sw.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9
10/*
11 This file has been autogenerated by update_pch.sh. It is possible to edit it
12 manually (such as when an include file has been moved/renamed/removed). All such
13 manual changes will be rewritten by the next run of update_pch.sh (which presumably
14 also fixes all possible problems, so it's usually better to use it).
15
16 Generated on 2021-12-11 12:59:04 using:
17 ./bin/update_pch sw sw --cutoff=7 --exclude:system --exclude:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./sw/inc/pch/precompiled_sw.hxx "make sw.build" --find-conflicts
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <array>
27#include <assert.h>
28#include <cassert>
29#include <cstddef>
30#include <cstdlib>
31#include <deque>
32#include <functional>
33#include <initializer_list>
34#include <limits.h>
35#include <limits>
36#include <map>
37#include <memory>
38#include <mutex>
39#include <new>
40#include <numeric>
41#include <optional>
42#include <ostream>
43#include <set>
44#include <stddef.h>
45#include <stdlib.h>
46#include <string.h>
47#include <string>
48#include <string_view>
49#include <type_traits>
50#include <unordered_map>
51#include <unordered_set>
52#include <utility>
53#include <vector>
54#include <boost/circular_buffer.hpp>
55#include <boost/multi_index/composite_key.hpp>
56#include <boost/multi_index/identity.hpp>
57#include <boost/multi_index/mem_fun.hpp>
58#include <boost/multi_index/ordered_index.hpp>
59#include <boost/multi_index/random_access_index.hpp>
60#include <boost/multi_index_container.hpp>
61#include <boost/property_tree/json_parser.hpp>
62#include <boost/property_tree/ptree_fwd.hpp>
63#endif // PCH_LEVEL >= 1
64#if PCH_LEVEL >= 2
65#include <osl/conditn.hxx>
66#include <osl/diagnose.h>
67#include <osl/diagnose.hxx>
68#include <osl/endian.h>
69#include <osl/file.hxx>
70#include <osl/interlck.h>
71#include <osl/module.hxx>
72#include <osl/mutex.hxx>
73#include <osl/thread.hxx>
74#include <rtl/alloc.h>
75#include <rtl/bootstrap.hxx>
76#include <rtl/character.hxx>
77#include <rtl/instance.hxx>
78#include <rtl/math.hxx>
79#include <rtl/ref.hxx>
80#include <rtl/strbuf.hxx>
81#include <rtl/string.h>
82#include <rtl/string.hxx>
83#include <rtl/stringconcat.hxx>
84#include <rtl/stringutils.hxx>
85#include <rtl/tencinfo.h>
86#include <rtl/textcvt.h>
87#include <rtl/textenc.h>
88#include <rtl/uri.hxx>
89#include <rtl/ustrbuf.hxx>
90#include <rtl/ustring.h>
91#include <rtl/ustring.hxx>
92#include <sal/backtrace.hxx>
93#include <sal/detail/log.h>
94#include <sal/log.hxx>
95#include <sal/macros.h>
96#include <sal/saldllapi.h>
97#include <sal/types.h>
98#include <sal/typesizes.h>
99#include <vcl/EnumContext.hxx>
101#include <vcl/GraphicObject.hxx>
103#include <vcl/Scanline.hxx>
104#include <vcl/alpha.hxx>
105#include <vcl/bitmap.hxx>
106#include <vcl/bitmapex.hxx>
107#include <vcl/builderpage.hxx>
108#include <vcl/commandevent.hxx>
109#include <vcl/ctrl.hxx>
110#include <vcl/dllapi.h>
111#include <comphelper/errcode.hxx>
112#include <vcl/errinf.hxx>
113#include <vcl/event.hxx>
114#include <vcl/fntstyle.hxx>
115#include <vcl/font.hxx>
116#include <vcl/graph.hxx>
117#include <vcl/idle.hxx>
118#include <vcl/image.hxx>
119#include <vcl/imap.hxx>
120#include <vcl/imapobj.hxx>
121#include <vcl/keycod.hxx>
122#include <vcl/metric.hxx>
123#include <vcl/outdev.hxx>
124#include <vcl/settings.hxx>
125#include <vcl/svapp.hxx>
126#include <vcl/task.hxx>
127#include <vcl/timer.hxx>
128#include <vcl/transfer.hxx>
130#include <vcl/uitest/logger.hxx>
131#include <vcl/vclenum.hxx>
132#include <vcl/vclptr.hxx>
133#include <vcl/virdev.hxx>
134#include <vcl/weld.hxx>
135#include <vcl/weldutils.hxx>
136#include <vcl/window.hxx>
137#endif // PCH_LEVEL >= 2
138#if PCH_LEVEL >= 3
152#include <com/sun/star/accessibility/AccessibleEventId.hpp>
153#include <com/sun/star/accessibility/AccessibleRole.hpp>
154#include <com/sun/star/accessibility/AccessibleStateType.hpp>
155#include <com/sun/star/beans/NamedValue.hpp>
156#include <com/sun/star/beans/PropertyAttribute.hpp>
157#include <com/sun/star/beans/PropertyValue.hpp>
158#include <com/sun/star/beans/XPropertySet.hpp>
159#include <com/sun/star/container/XChild.hpp>
160#include <com/sun/star/container/XEnumeration.hpp>
161#include <com/sun/star/container/XNameContainer.hpp>
162#include <com/sun/star/container/XNamed.hpp>
163#include <com/sun/star/datatransfer/XTransferable2.hpp>
164#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
165#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
166#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
167#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
168#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
169#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp>
170#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
171#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
172#include <com/sun/star/document/XDocumentProperties.hpp>
173#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
174#include <com/sun/star/document/XFilter.hpp>
175#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
176#include <com/sun/star/embed/Aspects.hpp>
177#include <com/sun/star/embed/XEmbeddedObject.hpp>
178#include <com/sun/star/embed/XStorage.hpp>
179#include <com/sun/star/frame/XFrame.hpp>
180#include <com/sun/star/frame/XModel.hpp>
181#include <com/sun/star/frame/XTerminateListener.hpp>
182#include <com/sun/star/i18n/ScriptType.hpp>
183#include <com/sun/star/i18n/WordType.hpp>
184#include <com/sun/star/i18n/XBreakIterator.hpp>
185#include <com/sun/star/lang/IllegalArgumentException.hpp>
186#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
187#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
188#include <com/sun/star/lang/XInitialization.hpp>
189#include <com/sun/star/lang/XMultiServiceFactory.hpp>
190#include <com/sun/star/lang/XServiceInfo.hpp>
191#include <com/sun/star/lang/XTypeProvider.hpp>
192#include <com/sun/star/lang/XUnoTunnel.hpp>
193#include <com/sun/star/style/NumberingType.hpp>
194#include <com/sun/star/style/XStyle.hpp>
195#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
196#include <com/sun/star/text/HoriOrientation.hpp>
197#include <com/sun/star/text/TextContentAnchorType.hpp>
198#include <com/sun/star/text/VertOrientation.hpp>
199#include <com/sun/star/text/WrapTextMode.hpp>
200#include <com/sun/star/text/XTextDocument.hpp>
201#include <com/sun/star/text/XTextRange.hpp>
202#include <com/sun/star/uno/Any.h>
203#include <com/sun/star/uno/Any.hxx>
204#include <com/sun/star/uno/Reference.h>
205#include <com/sun/star/uno/Reference.hxx>
206#include <com/sun/star/uno/RuntimeException.hpp>
207#include <com/sun/star/uno/Sequence.h>
208#include <com/sun/star/uno/Sequence.hxx>
209#include <com/sun/star/uno/Type.h>
210#include <com/sun/star/uno/TypeClass.hdl>
211#include <com/sun/star/uno/XInterface.hpp>
212#include <com/sun/star/uno/XWeak.hpp>
213#include <com/sun/star/util/Date.hpp>
214#include <com/sun/star/util/Time.hpp>
215#include <com/sun/star/xml/sax/XFastContextHandler.hpp>
220#include <comphelper/lok.hxx>
228#include <comphelper/string.hxx>
229#include <cppu/cppudllapi.h>
230#include <cppu/unotype.hxx>
234#include <cppuhelper/exc_hlp.hxx>
238#include <cppuhelper/weak.hxx>
243#include <editeng/acorrcfg.hxx>
244#include <editeng/adjustitem.hxx>
245#include <editeng/boxitem.hxx>
246#include <editeng/brushitem.hxx>
248#include <editeng/cmapitem.hxx>
249#include <editeng/colritem.hxx>
251#include <editeng/editeng.hxx>
253#include <editeng/editview.hxx>
254#include <editeng/eeitem.hxx>
256#include <editeng/fhgtitem.hxx>
257#include <editeng/flstitem.hxx>
258#include <editeng/fontitem.hxx>
260#include <editeng/frmdiritem.hxx>
262#include <editeng/keepitem.hxx>
263#include <editeng/kernitem.hxx>
264#include <editeng/langitem.hxx>
265#include <editeng/lrspitem.hxx>
266#include <editeng/lspcitem.hxx>
267#include <editeng/memberids.h>
268#include <editeng/opaqitem.hxx>
269#include <editeng/orphitem.hxx>
270#include <editeng/outliner.hxx>
271#include <editeng/outlobj.hxx>
272#include <editeng/paperinf.hxx>
273#include <editeng/pbinitem.hxx>
274#include <editeng/postitem.hxx>
275#include <editeng/prntitem.hxx>
276#include <editeng/protitem.hxx>
277#include <editeng/shaditem.hxx>
278#include <editeng/sizeitem.hxx>
279#include <editeng/spltitem.hxx>
280#include <editeng/svxacorr.hxx>
281#include <editeng/svxenum.hxx>
282#include <editeng/tstpitem.hxx>
283#include <editeng/udlnitem.hxx>
284#include <editeng/ulspitem.hxx>
285#include <editeng/unoprnms.hxx>
286#include <editeng/wghtitem.hxx>
287#include <editeng/widwitem.hxx>
288#include <editeng/xmlcnitm.hxx>
289#include <i18nlangtag/lang.h>
292#include <libxml/xmlwriter.h>
293#include <o3tl/any.hxx>
294#include <o3tl/cow_wrapper.hxx>
295#include <o3tl/deleter.hxx>
296#include <o3tl/safeint.hxx>
297#include <o3tl/sorted_vector.hxx>
298#include <o3tl/strong_int.hxx>
302#include <officecfg/Office/Common.hxx>
306#include <sax/fastattribs.hxx>
307#include <sfx2/app.hxx>
308#include <sfx2/basedlgs.hxx>
309#include <sfx2/bindings.hxx>
310#include <sfx2/childwin.hxx>
311#include <sfx2/dispatch.hxx>
312#include <sfx2/dllapi.h>
313#include <sfx2/docfile.hxx>
314#include <sfx2/docfilt.hxx>
315#include <sfx2/event.hxx>
316#include <sfx2/fcontnr.hxx>
317#include <sfx2/frame.hxx>
318#include <sfx2/htmlmode.hxx>
319#include <sfx2/linkmgr.hxx>
320#include <sfx2/lokhelper.hxx>
321#include <sfx2/msg.hxx>
322#include <sfx2/objface.hxx>
323#include <sfx2/objsh.hxx>
324#include <sfx2/printer.hxx>
325#include <sfx2/request.hxx>
326#include <sfx2/shell.hxx>
327#include <sfx2/stbitem.hxx>
328#include <sfx2/tabdlg.hxx>
329#include <sfx2/tbxctrl.hxx>
330#include <sfx2/viewfrm.hxx>
331#include <sfx2/viewsh.hxx>
332#include <sot/exchange.hxx>
333#include <sot/formats.hxx>
334#include <svl/SfxBroadcaster.hxx>
335#include <svl/cjkoptions.hxx>
336#include <svl/ctloptions.hxx>
337#include <svl/eitem.hxx>
338#include <svl/grabbagitem.hxx>
339#include <svl/hint.hxx>
340#include <svl/intitem.hxx>
341#include <svl/itemiter.hxx>
342#include <svl/itempool.hxx>
343#include <svl/itemprop.hxx>
344#include <svl/itemset.hxx>
346#include <svl/listener.hxx>
347#include <svl/lstner.hxx>
348#include <svl/macitem.hxx>
349#include <svl/metitem.hxx>
350#include <svl/numformat.hxx>
351#include <svl/poolitem.hxx>
352#include <svl/ptitem.hxx>
353#include <svl/setitem.hxx>
354#include <svl/slstitm.hxx>
355#include <svl/srchitem.hxx>
356#include <svl/stritem.hxx>
357#include <svl/style.hxx>
358#include <svl/stylesheetuser.hxx>
359#include <svl/svldllapi.h>
360#include <svl/typedwhich.hxx>
361#include <svl/urihelper.hxx>
362#include <svl/whiter.hxx>
363#include <svl/zforlist.hxx>
364#include <svl/zformat.hxx>
365#include <svtools/ctrltool.hxx>
366#include <svtools/embedhlp.hxx>
367#include <svtools/htmlcfg.hxx>
368#include <svtools/htmlkywd.hxx>
369#include <svtools/htmlout.hxx>
370#include <svtools/htmltokn.h>
371#include <svtools/svtdllapi.h>
373#include <svx/drawitem.hxx>
374#include <svx/hlnkitem.hxx>
375#include <svx/pageitem.hxx>
376#include <svx/ruler.hxx>
378#include <svx/srchdlg.hxx>
379#include <svx/svddef.hxx>
380#include <svx/svditer.hxx>
381#include <svx/svdoashp.hxx>
382#include <svx/svdobj.hxx>
383#include <svx/svdogrp.hxx>
384#include <svx/svdotext.hxx>
385#include <svx/svdouno.hxx>
386#include <svx/svdoutl.hxx>
387#include <svx/svdpage.hxx>
388#include <svx/svdpagv.hxx>
389#include <svx/svdview.hxx>
390#include <svx/svxdlg.hxx>
391#include <svx/svxdllapi.h>
393#include <svx/unomid.hxx>
394#include <svx/xbtmpit.hxx>
395#include <svx/xdef.hxx>
396#include <svx/xfillit0.hxx>
397#include <svx/xflclit.hxx>
400#include <tools/color.hxx>
401#include <tools/date.hxx>
402#include <tools/datetime.hxx>
404#include <tools/degree.hxx>
406#include <tools/fldunit.hxx>
407#include <tools/fontenum.hxx>
408#include <tools/fract.hxx>
409#include <tools/gen.hxx>
410#include <tools/globname.hxx>
411#include <tools/link.hxx>
412#include <tools/long.hxx>
413#include <tools/mapunit.hxx>
414#include <tools/ref.hxx>
415#include <tools/solar.h>
416#include <tools/stream.hxx>
417#include <tools/time.hxx>
418#include <tools/toolsdllapi.h>
419#include <tools/urlobj.hxx>
420#include <typelib/typedescription.h>
421#include <uno/any2.h>
422#include <uno/sequence2.h>
423#include <unotools/charclass.hxx>
425#include <unotools/configmgr.hxx>
426#include <unotools/lingucfg.hxx>
429#include <unotools/options.hxx>
431#include <unotools/resmgr.hxx>
432#include <unotools/saveopt.hxx>
433#include <unotools/syslocale.hxx>
434#include <unotools/tempfile.hxx>
439#include <xmloff/dllapi.h>
440#include <xmloff/families.hxx>
442#include <xmloff/odffields.hxx>
443#include <xmloff/xmlictxt.hxx>
445#include <xmloff/xmlstyle.hxx>
446#include <xmloff/xmluconv.hxx>
447#endif // PCH_LEVEL >= 3
448#if PCH_LEVEL >= 4
449#include <AnnotationWin.hxx>
466#include <IDocumentState.hxx>
469#include <IDocumentUndoRedo.hxx>
470#include <IMark.hxx>
471#include <PostItMgr.hxx>
472#include <SwGrammarMarkUp.hxx>
473#include <SwNodeNum.hxx>
474#include <SwPortionHandler.hxx>
475#include <SwRewriter.hxx>
476#include <SwSmartTagMgr.hxx>
477#include <SwStyleNameMapper.hxx>
478#include <TextCursorHelper.hxx>
479#include <UndoAttribute.hxx>
480#include <UndoCore.hxx>
481#include <UndoDelete.hxx>
482#include <UndoInsert.hxx>
483#include <UndoManager.hxx>
484#include <UndoRedline.hxx>
485#include <UndoTable.hxx>
486#include <accmap.hxx>
487#include <acorrect.hxx>
488#include <anchoredobject.hxx>
489#include <authfld.hxx>
490#include <basesh.hxx>
491#include <bodyfrm.hxx>
492#include <bookmark.hxx>
493#include <breakit.hxx>
494#include <calbck.hxx>
495#include <calc.hxx>
496#include <cellatr.hxx>
497#include <cellfrm.hxx>
498#include <charatr.hxx>
499#include <charfmt.hxx>
500#include <chpfld.hxx>
501#include <cmdid.h>
502#include <cntfrm.hxx>
503#include <crossrefbookmark.hxx>
504#include <crsrsh.hxx>
505#include <crstate.hxx>
506#include <dbfld.hxx>
507#include <dbg_lay.hxx>
508#include <dbmgr.hxx>
509#include <dcontact.hxx>
510#include <ddefld.hxx>
511#include <dflyobj.hxx>
512#include <doc.hxx>
513#include <docary.hxx>
514#include <docfld.hxx>
515#include <docsh.hxx>
516#include <docstat.hxx>
517#include <docstyle.hxx>
518#include <doctxm.hxx>
519#include <docufld.hxx>
520#include <drawbase.hxx>
521#include <drawdoc.hxx>
522#include <dview.hxx>
523#include <editsh.hxx>
524#include <edtwin.hxx>
525#include <expfld.hxx>
526#include <fchrfmt.hxx>
527#include <fesh.hxx>
528#include <fldbas.hxx>
529#include <flddat.hxx>
530#include <fldmgr.hxx>
531#include <flyfrm.hxx>
532#include <flyfrms.hxx>
533#include <fmtanchr.hxx>
534#include <fmtautofmt.hxx>
535#include <fmtclbl.hxx>
536#include <fmtclds.hxx>
537#include <fmtcnct.hxx>
538#include <fmtcntnt.hxx>
539#include <fmtcol.hxx>
540#include <fmteiro.hxx>
541#include <fmtflcnt.hxx>
542#include <fmtfld.hxx>
543#include <fmtfollowtextflow.hxx>
544#include <fmtfsize.hxx>
545#include <fmtftn.hxx>
546#include <fmtftntx.hxx>
547#include <fmthdft.hxx>
548#include <fmtinfmt.hxx>
549#include <fmtline.hxx>
550#include <fmtlsplt.hxx>
551#include <fmtmeta.hxx>
552#include <fmtornt.hxx>
553#include <fmtpdsc.hxx>
554#include <fmtrfmrk.hxx>
555#include <fmtrowsplt.hxx>
556#include <fmtruby.hxx>
557#include <fmtsrnd.hxx>
558#include <fmturl.hxx>
560#include <fntcache.hxx>
561#include <frame.hxx>
562#include <frameformats.hxx>
563#include <frmatr.hxx>
564#include <frmfmt.hxx>
565#include <frmmgr.hxx>
566#include <frmtool.hxx>
567#include <ftnfrm.hxx>
568#include <ftnidx.hxx>
569#include <ftninfo.hxx>
570#include <globdoc.hxx>
571#include <glosdoc.hxx>
572#include <gloshdl.hxx>
573#include <gloslst.hxx>
574#include <grfatr.hxx>
575#include <helpids.h>
576#include <hintids.hxx>
577#include <hints.hxx>
578#include <htmltbl.hxx>
579#include <initui.hxx>
580#include <iodetect.hxx>
581#include <istyleaccess.hxx>
582#include <layact.hxx>
583#include <layfrm.hxx>
584#include <layouter.hxx>
585#include <lineinfo.hxx>
586#include <list.hxx>
587#include <mdiexp.hxx>
588#include <modcfg.hxx>
589#include <mvsave.hxx>
590#include <ndgrf.hxx>
591#include <ndindex.hxx>
592#include <ndnotxt.hxx>
593#include <ndole.hxx>
594#include <ndtxt.hxx>
595#include <node.hxx>
596#include <node2lay.hxx>
597#include <nodeoffset.hxx>
598#include <notxtfrm.hxx>
599#include <numrule.hxx>
600#include <objectformatter.hxx>
601#include <pagedesc.hxx>
602#include <pagefrm.hxx>
603#include <pam.hxx>
604#include <pamtyp.hxx>
605#include <paratr.hxx>
606#include <poolfmt.hxx>
607#include <printdata.hxx>
608#include <prtopt.hxx>
609#include <pview.hxx>
610#include <redline.hxx>
611#include <reffld.hxx>
612#include <rolbck.hxx>
613#include <rootfrm.hxx>
614#include <rowfrm.hxx>
615#include <scriptinfo.hxx>
616#include <sectfrm.hxx>
617#include <section.hxx>
618#include <shellio.hxx>
619#include <shellres.hxx>
620#include <sortedobjs.hxx>
621#include <srcview.hxx>
622#include <swabstdlg.hxx>
623#include <swatrset.hxx>
624#include <swcache.hxx>
625#include <swcrsr.hxx>
626#include <swddetbl.hxx>
627#include <swdll.hxx>
628#include <swdllapi.h>
629#include <swdtflvr.hxx>
630#include <swerror.h>
631#include <swfont.hxx>
632#include <swmodule.hxx>
633#include <swrect.hxx>
634#include <swserv.hxx>
635#include <swtable.hxx>
636#include <swtblfmt.hxx>
637#include <swtypes.hxx>
638#include <swundo.hxx>
639#include <swunohelper.hxx>
640#include <swwait.hxx>
641#include <tabcol.hxx>
642#include <tabfrm.hxx>
643#include <tblafmt.hxx>
644#include <tblrwcl.hxx>
645#include <tblsel.hxx>
646#include <textboxhelper.hxx>
647#include <textsh.hxx>
648#include <tgrditem.hxx>
649#include <tox.hxx>
650#include <txatbase.hxx>
651#include <txtatr.hxx>
652#include <txtflcnt.hxx>
653#include <txtfld.hxx>
654#include <txtfly.hxx>
655#include <txtfrm.hxx>
656#include <txtftn.hxx>
657#include <txtinet.hxx>
658#include <txttxmrk.hxx>
659#include <uiitems.hxx>
660#include <uitool.hxx>
661#include <undobj.hxx>
662#include <unobaseclass.hxx>
663#include <unobookmark.hxx>
664#include <unochart.hxx>
665#include <unocoll.hxx>
666#include <unocrsr.hxx>
667#include <unocrsrhelper.hxx>
668#include <unodraw.hxx>
669#include <unofldmid.h>
670#include <unoframe.hxx>
671#include <unomap.hxx>
672#include <unomid.h>
673#include <unoparagraph.hxx>
674#include <unoport.hxx>
675#include <unoprnms.hxx>
676#include <unosett.hxx>
677#include <unotbl.hxx>
678#include <unotextcursor.hxx>
679#include <unotextrange.hxx>
680#include <unotxdoc.hxx>
681#include <usrfld.hxx>
682#include <usrpref.hxx>
683#include <view.hxx>
684#include <viewimp.hxx>
685#include <viewopt.hxx>
686#include <viewsh.hxx>
687#include <viscrs.hxx>
688#include <wdocsh.hxx>
689#include <wrong.hxx>
690#include <wrtsh.hxx>
691#include <wview.hxx>
692#endif // PCH_LEVEL >= 4
693
694/* vim:set shiftwidth=4 softtabstop=4 expandtab: */