LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / dbaccess / inc / pch / precompiled_dbaxml.hxx
blobfc06290f489d3531fb5110f2509535bb0c97c6f3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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/.
8 */
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 2021-03-08 13:13:03 using:
17 ./bin/update_pch dbaccess dbaxml --cutoff=2 --exclude:system --exclude:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./dbaccess/inc/pch/precompiled_dbaxml.hxx "make dbaccess.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <cassert>
26 #include <cstddef>
27 #include <cstring>
28 #include <functional>
29 #include <limits>
30 #include <memory>
31 #include <new>
32 #include <string_view>
33 #include <type_traits>
34 #include <utility>
35 #include <vector>
36 #endif // PCH_LEVEL >= 1
37 #if PCH_LEVEL >= 2
38 #include <osl/diagnose.h>
39 #include <rtl/instance.hxx>
40 #include <rtl/ref.hxx>
41 #include <rtl/strbuf.hxx>
42 #include <rtl/stringconcat.hxx>
43 #include <rtl/stringutils.hxx>
44 #include <rtl/uri.hxx>
45 #include <rtl/ustrbuf.h>
46 #include <rtl/ustrbuf.hxx>
47 #include <rtl/ustring.hxx>
48 #include <sal/log.hxx>
49 #include <sal/types.h>
50 #include <vcl/dllapi.h>
51 #include <vcl/svapp.hxx>
52 #endif // PCH_LEVEL >= 2
53 #if PCH_LEVEL >= 3
54 #include <com/sun/star/awt/TextAlign.hpp>
55 #include <com/sun/star/beans/XPropertySet.hpp>
56 #include <com/sun/star/container/XNameContainer.hpp>
57 #include <com/sun/star/embed/ElementModes.hpp>
58 #include <com/sun/star/frame/XModel.hpp>
59 #include <com/sun/star/io/XInputStream.hpp>
60 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
61 #include <com/sun/star/lang/XServiceInfo.hpp>
62 #include <com/sun/star/lang/XTypeProvider.hpp>
63 #include <com/sun/star/sdb/XFormDocumentsSupplier.hpp>
64 #include <com/sun/star/sdb/XOfficeDatabaseDocument.hpp>
65 #include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp>
66 #include <com/sun/star/sdb/XReportDocumentsSupplier.hpp>
67 #include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
68 #include <com/sun/star/sdbcx/XTablesSupplier.hpp>
69 #include <com/sun/star/uno/Any.h>
70 #include <com/sun/star/uno/Reference.h>
71 #include <com/sun/star/uno/Reference.hxx>
72 #include <com/sun/star/uno/Sequence.h>
73 #include <com/sun/star/uno/Sequence.hxx>
74 #include <com/sun/star/uno/Type.h>
75 #include <com/sun/star/util/XNumberFormatsSupplier.hpp>
76 #include <comphelper/comphelperdllapi.h>
77 #include <comphelper/namedvaluecollection.hxx>
78 #include <comphelper/propertysequence.hxx>
79 #include <comphelper/sequence.hxx>
80 #include <comphelper/types.hxx>
81 #include <connectivity/DriversConfig.hxx>
82 #include <connectivity/dbtools.hxx>
83 #include <cppuhelper/cppuhelperdllapi.h>
84 #include <cppuhelper/implbase.hxx>
85 #include <cppuhelper/implbase_ex.hxx>
86 #include <cppuhelper/weak.hxx>
87 #include <o3tl/typed_flags_set.hxx>
88 #include <salhelper/simplereferenceobject.hxx>
89 #include <sax/tools/converter.hxx>
90 #include <sfx2/docfile.hxx>
91 #include <svl/filenotation.hxx>
92 #include <tools/diagnose_ex.h>
93 #include <unotools/pathoptions.hxx>
94 #include <xmloff/ProgressBarHelper.hxx>
95 #include <xmloff/dllapi.h>
96 #include <xmloff/families.hxx>
97 #include <xmloff/maptype.hxx>
98 #include <xmloff/namespacemap.hxx>
99 #include <xmloff/xmlictxt.hxx>
100 #include <xmloff/xmlnamespace.hxx>
101 #include <xmloff/xmltoken.hxx>
102 #include <xmloff/xmluconv.hxx>
103 #endif // PCH_LEVEL >= 3
104 #if PCH_LEVEL >= 4
105 #endif // PCH_LEVEL >= 4
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */