Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / xmlscript / inc / pch / precompiled_xmlscript.hxx
blobc68ac6653c2fb3a0f9121ac28f2d7b6066377e3a
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:22:55 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
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #endif // PCH_LEVEL >= 1
26 #if PCH_LEVEL >= 2
27 #include <osl/diagnose.h>
28 #include <rtl/instance.hxx>
29 #include <rtl/locale.h>
30 #include <rtl/ref.hxx>
31 #include <rtl/ustring.hxx>
32 #include <sal/log.hxx>
33 #endif // PCH_LEVEL >= 2
34 #if PCH_LEVEL >= 3
35 #include <com/sun/star/uno/Reference.hxx>
36 #include <comphelper/diagnose_ex.hxx>
37 #endif // PCH_LEVEL >= 3
38 #if PCH_LEVEL >= 4
39 #include <xml_import.hxx>
40 #include <xmlscript/xml_helper.hxx>
41 #include <xmlscript/xmlns.h>
42 #endif // PCH_LEVEL >= 4
44 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */