1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
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).
16 Generated on 2019-10-17 15:17:57 using:
17 ./bin/update_pch xmlscript xmlscript --cutoff=4 --exclude:system --exclude:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./xmlscript/inc/pch/precompiled_xmlscript.hxx "make xmlscript.build" --find-conflicts
24 #include <boost/optional.hpp>
25 #endif // PCH_LEVEL >= 1
27 #include <osl/diagnose.h>
28 #include <rtl/instance.hxx>
29 #include <rtl/locale.h>
30 #include <rtl/ref.hxx>
31 #include <rtl/unload.h>
32 #include <rtl/ustrbuf.hxx>
33 #include <rtl/ustring.hxx>
34 #include <sal/config.h>
35 #include <sal/log.hxx>
36 #include <sal/types.h>
37 #endif // PCH_LEVEL >= 2
39 #include <com/sun/star/document/XStorageBasedDocument.hpp>
40 #include <com/sun/star/form/binding/XBindableValue.hpp>
41 #include <com/sun/star/form/binding/XListEntrySink.hpp>
42 #include <com/sun/star/form/binding/XValueBinding.hpp>
43 #include <com/sun/star/lang/XServiceInfo.hpp>
44 #include <com/sun/star/table/CellAddress.hpp>
45 #include <com/sun/star/table/CellRangeAddress.hpp>
46 #include <com/sun/star/uno/Reference.hxx>
47 #include <com/sun/star/xml/sax/SAXException.hpp>
48 #include <cppuhelper/implementationentry.hxx>
49 #include <tools/diagnose_ex.h>
50 #endif // PCH_LEVEL >= 3
52 #include <xmlscript/xml_helper.hxx>
53 #include <xmlscript/xmlns.h>
54 #endif // PCH_LEVEL >= 4
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */