Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / desktop / inc / pch / precompiled_deployment.hxx
blobbc0dd95fd4eaebe0653c688959b5c8e7956fa8f0
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:30 using:
17 ./bin/update_pch desktop deployment --cutoff=3 --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 ./desktop/inc/pch/precompiled_deployment.hxx "make desktop.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <algorithm>
26 #include <cstddef>
27 #include <memory>
28 #include <optional>
29 #include <ostream>
30 #include <string_view>
31 #include <unordered_map>
32 #include <vector>
33 #endif // PCH_LEVEL >= 1
34 #if PCH_LEVEL >= 2
35 #include <osl/diagnose.h>
36 #include <osl/file.hxx>
37 #include <osl/security.hxx>
38 #include <rtl/bootstrap.hxx>
39 #include <rtl/byteseq.hxx>
40 #include <rtl/strbuf.hxx>
41 #include <rtl/string.hxx>
42 #include <rtl/textenc.h>
43 #include <rtl/uri.hxx>
44 #include <rtl/ustrbuf.hxx>
45 #include <rtl/ustring.hxx>
46 #include <sal/log.hxx>
47 #endif // PCH_LEVEL >= 2
48 #if PCH_LEVEL >= 3
49 #include <com/sun/star/deployment/DeploymentException.hpp>
50 #include <com/sun/star/deployment/ExtensionRemovedException.hpp>
51 #include <com/sun/star/io/XInputStream.hpp>
52 #include <com/sun/star/lang/IllegalArgumentException.hpp>
53 #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
54 #include <com/sun/star/lang/XServiceInfo.hpp>
55 #include <com/sun/star/sdbc/XResultSet.hpp>
56 #include <com/sun/star/sdbc/XRow.hpp>
57 #include <com/sun/star/task/XInteractionApprove.hpp>
58 #include <com/sun/star/ucb/CommandAbortedException.hpp>
59 #include <com/sun/star/ucb/CommandFailedException.hpp>
60 #include <com/sun/star/ucb/ContentCreationException.hpp>
61 #include <com/sun/star/ucb/NameClash.hpp>
62 #include <com/sun/star/ucb/XCommandEnvironment.hpp>
63 #include <com/sun/star/uno/Any.hxx>
64 #include <com/sun/star/uno/Reference.h>
65 #include <com/sun/star/uno/Reference.hxx>
66 #include <com/sun/star/uno/RuntimeException.hpp>
67 #include <com/sun/star/uno/Sequence.hxx>
68 #include <com/sun/star/uno/XComponentContext.hpp>
69 #include <com/sun/star/uno/XInterface.hpp>
70 #include <com/sun/star/util/XUpdatable.hpp>
71 #include <comphelper/comphelperdllapi.h>
72 #include <comphelper/sequence.hxx>
73 #include <cppu/cppudllapi.h>
74 #include <cppuhelper/compbase.hxx>
75 #include <cppuhelper/exc_hlp.hxx>
76 #include <cppuhelper/implbase.hxx>
77 #include <cppuhelper/supportsservice.hxx>
78 #include <svl/inettype.hxx>
79 #include <comphelper/diagnose_ex.hxx>
80 #include <ucbhelper/content.hxx>
81 #include <unotools/unotoolsdllapi.h>
82 #include <xmlscript/xml_helper.hxx>
83 #endif // PCH_LEVEL >= 3
84 #if PCH_LEVEL >= 4
85 #include <dp_backend.h>
86 #include <dp_descriptioninfoset.hxx>
87 #include <dp_identifier.hxx>
88 #include <dp_interact.h>
89 #include <dp_misc_api.hxx>
90 #include <dp_platform.hxx>
91 #include <dp_ucb.h>
92 #endif // PCH_LEVEL >= 4
94 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */