1*b1cdbd2cSJim Jagielski /**************************************************************
2*b1cdbd2cSJim Jagielski  *
3*b1cdbd2cSJim Jagielski  * Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski  * or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski  * distributed with this work for additional information
6*b1cdbd2cSJim Jagielski  * regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski  * to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski  * "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski  * with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski  *
11*b1cdbd2cSJim Jagielski  *   http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski  *
13*b1cdbd2cSJim Jagielski  * Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski  * software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski  * KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski  * specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski  * under the License.
19*b1cdbd2cSJim Jagielski  *
20*b1cdbd2cSJim Jagielski  *************************************************************/
21*b1cdbd2cSJim Jagielski 
22*b1cdbd2cSJim Jagielski 
23*b1cdbd2cSJim Jagielski 
24*b1cdbd2cSJim Jagielski // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:31.374198
25*b1cdbd2cSJim Jagielski 
26*b1cdbd2cSJim Jagielski #ifdef PRECOMPILED_HEADERS
27*b1cdbd2cSJim Jagielski 
28*b1cdbd2cSJim Jagielski //---MARKER---
29*b1cdbd2cSJim Jagielski 
30*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControl.hpp"
31*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControlContainer.hpp"
32*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XControlModel.hpp"
33*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XDialog.hpp"
34*b1cdbd2cSJim Jagielski #include "com/sun/star/awt/XWindow.hpp"
35*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/MethodConcept.hpp"
36*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyAttribute.hpp"
37*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyConcept.hpp"
38*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/PropertyValue.hpp"
39*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XExactName.hpp"
40*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XIntrospection.hpp"
41*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XIntrospectionAccess.hpp"
42*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XMaterialHolder.hpp"
43*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyAccess.hpp"
44*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertyContainer.hpp"
45*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySet.hpp"
46*b1cdbd2cSJim Jagielski #include "com/sun/star/beans/XPropertySetInfo.hpp"
47*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XBridge.hpp"
48*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XBridgeFactory.hpp"
49*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/Currency.hpp"
50*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/Date.hpp"
51*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/Decimal.hpp"
52*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/oleautomation/NamedArgument.hpp"
53*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XContainer.hpp"
54*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumeration.hpp"
55*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XEnumerationAccess.hpp"
56*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XHierarchicalNameAccess.hpp"
57*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XIndexAccess.hpp"
58*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameAccess.hpp"
59*b1cdbd2cSJim Jagielski #include "com/sun/star/container/XNameContainer.hpp"
60*b1cdbd2cSJim Jagielski #include "com/sun/star/document/XDocumentInfoSupplier.hpp"
61*b1cdbd2cSJim Jagielski #include "com/sun/star/document/XStorageBasedDocument.hpp"
62*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/ElementModes.hpp"
63*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XEncryptionProtectedSource.hpp"
64*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XStorage.hpp"
65*b1cdbd2cSJim Jagielski #include "com/sun/star/embed/XTransactedObject.hpp"
66*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XModel.hpp"
67*b1cdbd2cSJim Jagielski #include "com/sun/star/i18n/XCalendar.hpp"
68*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XActiveDataSource.hpp"
69*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XInputStream.hpp"
70*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XOutputStream.hpp"
71*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XSeekable.hpp"
72*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XStream.hpp"
73*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XTextOutputStream.hpp"
74*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/Locale.hpp"
75*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XComponent.hpp"
76*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XInitialization.hpp"
77*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiServiceFactory.hpp"
78*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XServiceInfo.hpp"
79*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XSingleServiceFactory.hpp"
80*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XTypeProvider.hpp"
81*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XIdlArray.hpp"
82*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XIdlClass.hpp"
83*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XIdlClassProvider.hpp"
84*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XIdlReflection.hpp"
85*b1cdbd2cSJim Jagielski #include "com/sun/star/reflection/XTypeDescription.hpp"
86*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XImplementationRegistration.hpp"
87*b1cdbd2cSJim Jagielski #include "com/sun/star/script/ArrayWrapper.hpp"
88*b1cdbd2cSJim Jagielski #include "com/sun/star/script/BasicErrorException.hpp"
89*b1cdbd2cSJim Jagielski #include "com/sun/star/script/ScriptEventDescriptor.hpp"
90*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XAllListener.hpp"
91*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XDefaultMethod.hpp"
92*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XDefaultProperty.hpp"
93*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XEventAttacher.hpp"
94*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XInvocation.hpp"
95*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XInvocationAdapterFactory.hpp"
96*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XLibraryContainer.hpp"
97*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XLibraryContainer2.hpp"
98*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XLibraryContainerExport.hpp"
99*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XLibraryContainerPassword.hpp"
100*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XScriptEventsAttacher.hpp"
101*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XScriptEventsSupplier.hpp"
102*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XStarBasicAccess.hpp"
103*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XStarBasicDialogInfo.hpp"
104*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XStarBasicLibraryInfo.hpp"
105*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XStarBasicModuleInfo.hpp"
106*b1cdbd2cSJim Jagielski #include "com/sun/star/script/XTypeConverter.hpp"
107*b1cdbd2cSJim Jagielski #include "com/sun/star/script/provider/XScriptProvider.hpp"
108*b1cdbd2cSJim Jagielski #include "com/sun/star/script/provider/XScriptProviderFactory.hpp"
109*b1cdbd2cSJim Jagielski #include "com/sun/star/script/provider/XScriptProviderSupplier.hpp"
110*b1cdbd2cSJim Jagielski #include "com/sun/star/task/ErrorCodeIOException.hpp"
111*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProvider.hpp"
112*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XContentProviderManager.hpp"
113*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XSimpleFileAccess.hpp"
114*b1cdbd2cSJim Jagielski #include "com/sun/star/ucb/XSimpleFileAccess3.hpp"
115*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.hxx"
116*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/DeploymentException.hpp"
117*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.hxx"
118*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XComponentContext.hpp"
119*b1cdbd2cSJim Jagielski #include "com/sun/star/util/DateTime.hpp"
120*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XMacroExpander.hpp"
121*b1cdbd2cSJim Jagielski #include "com/sun/star/util/XStringSubstitution.hpp"
122*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/sax/InputSource.hpp"
123*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/sax/XDocumentHandler.hpp"
124*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/sax/XExtendedDocumentHandler.hpp"
125*b1cdbd2cSJim Jagielski #include "com/sun/star/xml/sax/XParser.hpp"
126*b1cdbd2cSJim Jagielski 
127*b1cdbd2cSJim Jagielski #include "comphelper/anytostring.hxx"
128*b1cdbd2cSJim Jagielski #include "comphelper/componentmodule.hxx"
129*b1cdbd2cSJim Jagielski #include "comphelper/processfactory.hxx"
130*b1cdbd2cSJim Jagielski #include "comphelper/regpathhelper.hxx"
131*b1cdbd2cSJim Jagielski #include "comphelper/stl_types.hxx"
132*b1cdbd2cSJim Jagielski #include "comphelper/storagehelper.hxx"
133*b1cdbd2cSJim Jagielski 
134*b1cdbd2cSJim Jagielski #include "cppuhelper/basemutex.hxx"
135*b1cdbd2cSJim Jagielski #include "cppuhelper/component.hxx"
136*b1cdbd2cSJim Jagielski #include "cppuhelper/exc_hlp.hxx"
137*b1cdbd2cSJim Jagielski #include "cppuhelper/factory.hxx"
138*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase1.hxx"
139*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase2.hxx"
140*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase5.hxx"
141*b1cdbd2cSJim Jagielski #include "cppuhelper/interfacecontainer.hxx"
142*b1cdbd2cSJim Jagielski #include "cppuhelper/servicefactory.hxx"
143*b1cdbd2cSJim Jagielski #include "cppuhelper/typeprovider.hxx"
144*b1cdbd2cSJim Jagielski 
145*b1cdbd2cSJim Jagielski #include "i18npool/lang.h"
146*b1cdbd2cSJim Jagielski 
147*b1cdbd2cSJim Jagielski #include "osl/file.hxx"
148*b1cdbd2cSJim Jagielski #include "osl/module.h"
149*b1cdbd2cSJim Jagielski #include "osl/mutex.hxx"
150*b1cdbd2cSJim Jagielski #include "osl/process.h"
151*b1cdbd2cSJim Jagielski #include "osl/security.h"
152*b1cdbd2cSJim Jagielski #include "osl/time.h"
153*b1cdbd2cSJim Jagielski 
154*b1cdbd2cSJim Jagielski #include "rtl/byteseq.hxx"
155*b1cdbd2cSJim Jagielski #include "rtl/digest.h"
156*b1cdbd2cSJim Jagielski #include "rtl/instance.hxx"
157*b1cdbd2cSJim Jagielski #include "rtl/math.hxx"
158*b1cdbd2cSJim Jagielski #include "rtl/strbuf.hxx"
159*b1cdbd2cSJim Jagielski #include "rtl/textenc.h"
160*b1cdbd2cSJim Jagielski #include "rtl/ustrbuf.hxx"
161*b1cdbd2cSJim Jagielski #include "rtl/ustring.hxx"
162*b1cdbd2cSJim Jagielski 
163*b1cdbd2cSJim Jagielski #include "sal/alloca.h"
164*b1cdbd2cSJim Jagielski #include "sal/types.h"
165*b1cdbd2cSJim Jagielski 
166*b1cdbd2cSJim Jagielski #include "sot/storage.hxx"
167*b1cdbd2cSJim Jagielski #include "sot/storinfo.hxx"
168*b1cdbd2cSJim Jagielski 
169*b1cdbd2cSJim Jagielski #include "svl/brdcst.hxx"
170*b1cdbd2cSJim Jagielski #include "svtools/ctrlbox.hxx"
171*b1cdbd2cSJim Jagielski #include "svtools/ctrltool.hxx"
172*b1cdbd2cSJim Jagielski #include "svtools/ehdl.hxx"
173*b1cdbd2cSJim Jagielski #include "svtools/filedlg.hxx"
174*b1cdbd2cSJim Jagielski #include "svl/hint.hxx"
175*b1cdbd2cSJim Jagielski #include "svl/lstner.hxx"
176*b1cdbd2cSJim Jagielski #include "unotools/pathoptions.hxx"
177*b1cdbd2cSJim Jagielski #include "svtools/sfxecode.hxx"
178*b1cdbd2cSJim Jagielski #include "svl/smplhint.hxx"
179*b1cdbd2cSJim Jagielski #include "svl/solar.hrc"
180*b1cdbd2cSJim Jagielski #include "svtools/stringtransfer.hxx"
181*b1cdbd2cSJim Jagielski #include "svl/svarray.hxx"
182*b1cdbd2cSJim Jagielski #include "svl/svdde.hxx"
183*b1cdbd2cSJim Jagielski #include "svtools/svmedit.hxx"
184*b1cdbd2cSJim Jagielski #include "svl/svstdarr.hxx"
185*b1cdbd2cSJim Jagielski #include "svtools/svtdata.hxx"
186*b1cdbd2cSJim Jagielski #include "svtools/svtools.hrc"
187*b1cdbd2cSJim Jagielski #include "svtools/svtreebx.hxx"
188*b1cdbd2cSJim Jagielski #include "unotools/syslocale.hxx"
189*b1cdbd2cSJim Jagielski #include "svtools/taskbar.hxx"
190*b1cdbd2cSJim Jagielski #include "svtools/textdata.hxx"
191*b1cdbd2cSJim Jagielski #include "svtools/texteng.hxx"
192*b1cdbd2cSJim Jagielski #include "svtools/textview.hxx"
193*b1cdbd2cSJim Jagielski #include "svtools/transfer.hxx"
194*b1cdbd2cSJim Jagielski #include "svtools/txtattr.hxx"
195*b1cdbd2cSJim Jagielski #include "svl/undo.hxx"
196*b1cdbd2cSJim Jagielski #include "svl/zforlist.hxx"
197*b1cdbd2cSJim Jagielski #include "svl/zformat.hxx"
198*b1cdbd2cSJim Jagielski 
199*b1cdbd2cSJim Jagielski 
200*b1cdbd2cSJim Jagielski #include "tools/color.hxx"
201*b1cdbd2cSJim Jagielski #include "tools/config.hxx"
202*b1cdbd2cSJim Jagielski #include "tools/date.hxx"
203*b1cdbd2cSJim Jagielski #include "tools/debug.hxx"
204*b1cdbd2cSJim Jagielski #include "tools/diagnose_ex.h"
205*b1cdbd2cSJim Jagielski #include "tools/errcode.hxx"
206*b1cdbd2cSJim Jagielski #include "tools/errinf.hxx"
207*b1cdbd2cSJim Jagielski #include "tools/fsys.hxx"
208*b1cdbd2cSJim Jagielski #include "tools/gen.hxx"
209*b1cdbd2cSJim Jagielski #include "tools/link.hxx"
210*b1cdbd2cSJim Jagielski #include "tools/list.hxx"
211*b1cdbd2cSJim Jagielski #include "tools/rc.hxx"
212*b1cdbd2cSJim Jagielski #include "tools/rcid.h"
213*b1cdbd2cSJim Jagielski #include "tools/ref.hxx"
214*b1cdbd2cSJim Jagielski #include "tools/resid.hxx"
215*b1cdbd2cSJim Jagielski #include "tools/rtti.hxx"
216*b1cdbd2cSJim Jagielski #include "tools/shl.hxx"
217*b1cdbd2cSJim Jagielski #include "tools/solar.h"
218*b1cdbd2cSJim Jagielski #include "tools/stream.hxx"
219*b1cdbd2cSJim Jagielski #include "tools/string.hxx"
220*b1cdbd2cSJim Jagielski #include "tools/table.hxx"
221*b1cdbd2cSJim Jagielski #include "tools/tenccvt.hxx"
222*b1cdbd2cSJim Jagielski #include "tools/time.hxx"
223*b1cdbd2cSJim Jagielski #include "tools/urlobj.hxx"
224*b1cdbd2cSJim Jagielski #include "tools/wldcrd.hxx"
225*b1cdbd2cSJim Jagielski 
226*b1cdbd2cSJim Jagielski #include "ucbhelper/configurationkeys.hxx"
227*b1cdbd2cSJim Jagielski #include "ucbhelper/content.hxx"
228*b1cdbd2cSJim Jagielski #include "ucbhelper/contentbroker.hxx"
229*b1cdbd2cSJim Jagielski 
230*b1cdbd2cSJim Jagielski #include "unotools/charclass.hxx"
231*b1cdbd2cSJim Jagielski #include "unotools/eventlisteneradapter.hxx"
232*b1cdbd2cSJim Jagielski #include "unotools/localedatawrapper.hxx"
233*b1cdbd2cSJim Jagielski #include "unotools/streamwrap.hxx"
234*b1cdbd2cSJim Jagielski #include "unotools/transliterationwrapper.hxx"
235*b1cdbd2cSJim Jagielski #include "unotools/ucbstreamhelper.hxx"
236*b1cdbd2cSJim Jagielski 
237*b1cdbd2cSJim Jagielski 
238*b1cdbd2cSJim Jagielski #include "vcl/accel.hxx"
239*b1cdbd2cSJim Jagielski #include "vcl/button.hxx"
240*b1cdbd2cSJim Jagielski #include "vcl/decoview.hxx"
241*b1cdbd2cSJim Jagielski #include "vcl/dialog.hxx"
242*b1cdbd2cSJim Jagielski #include "vcl/dockwin.hxx"
243*b1cdbd2cSJim Jagielski #include "vcl/edit.hxx"
244*b1cdbd2cSJim Jagielski #include "vcl/field.hxx"
245*b1cdbd2cSJim Jagielski #include "vcl/fixed.hxx"
246*b1cdbd2cSJim Jagielski #include "vcl/floatwin.hxx"
247*b1cdbd2cSJim Jagielski #include "vcl/font.hxx"
248*b1cdbd2cSJim Jagielski #include "vcl/gradient.hxx"
249*b1cdbd2cSJim Jagielski #include "vcl/graph.hxx"
250*b1cdbd2cSJim Jagielski #include "vcl/help.hxx"
251*b1cdbd2cSJim Jagielski #include "vcl/image.hxx"
252*b1cdbd2cSJim Jagielski #include "vcl/jobset.hxx"
253*b1cdbd2cSJim Jagielski #include "vcl/lstbox.hxx"
254*b1cdbd2cSJim Jagielski #include "vcl/mapmod.hxx"
255*b1cdbd2cSJim Jagielski #include "vcl/menu.hxx"
256*b1cdbd2cSJim Jagielski #include "vcl/metric.hxx"
257*b1cdbd2cSJim Jagielski #include "vcl/msgbox.hxx"
258*b1cdbd2cSJim Jagielski #include "vcl/print.hxx"
259*b1cdbd2cSJim Jagielski #include "vcl/scrbar.hxx"
260*b1cdbd2cSJim Jagielski #include "vcl/settings.hxx"
261*b1cdbd2cSJim Jagielski #include "vcl/sound.hxx"
262*b1cdbd2cSJim Jagielski #include "vcl/splitwin.hxx"
263*b1cdbd2cSJim Jagielski #include "vcl/status.hxx"
264*b1cdbd2cSJim Jagielski #include "vcl/svapp.hxx"
265*b1cdbd2cSJim Jagielski #include "vcl/tabctrl.hxx"
266*b1cdbd2cSJim Jagielski #include "vcl/tabdlg.hxx"
267*b1cdbd2cSJim Jagielski #include "vcl/tabpage.hxx"
268*b1cdbd2cSJim Jagielski #include "vcl/timer.hxx"
269*b1cdbd2cSJim Jagielski #include "vcl/toolbox.hxx"
270*b1cdbd2cSJim Jagielski #include "vcl/window.hxx"
271*b1cdbd2cSJim Jagielski #include "tools/wintypes.hxx"
272*b1cdbd2cSJim Jagielski #include "vcl/wrkwin.hxx"
273*b1cdbd2cSJim Jagielski 
274*b1cdbd2cSJim Jagielski #include "vos/diagnose.hxx"
275*b1cdbd2cSJim Jagielski #include "vos/macros.hxx"
276*b1cdbd2cSJim Jagielski #include "vos/mutex.hxx"
277*b1cdbd2cSJim Jagielski #include "vos/process.hxx"
278*b1cdbd2cSJim Jagielski 
279*b1cdbd2cSJim Jagielski #include "xmlscript/xmldlg_imexp.hxx"
280*b1cdbd2cSJim Jagielski #include "xmlscript/xmllib_imexp.hxx"
281*b1cdbd2cSJim Jagielski #include "xmlscript/xmlmod_imexp.hxx"
282*b1cdbd2cSJim Jagielski //---MARKER---
283*b1cdbd2cSJim Jagielski 
284*b1cdbd2cSJim Jagielski #endif
285