docthemes: Save themes def. to a file when added to ColorSets
[LibreOffice.git] / drawinglayer / inc / pch / precompiled_drawinglayercore.hxx
blob9912df0423801fe8eed4c0b2e9e25b2424146e51
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-12-23 08:57:20 using:
17 ./bin/update_pch drawinglayer drawinglayercore --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 ./drawinglayer/inc/pch/precompiled_drawinglayercore.hxx "make drawinglayer.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <deque>
26 #include <ostream>
27 #include <vector>
28 #endif // PCH_LEVEL >= 1
29 #if PCH_LEVEL >= 2
30 #include <osl/diagnose.h>
31 #include <osl/interlck.h>
32 #include <sal/types.h>
33 #endif // PCH_LEVEL >= 2
34 #if PCH_LEVEL >= 3
35 #include <basegfx/basegfxdllapi.h>
36 #include <basegfx/point/b2dpoint.hxx>
37 #include <basegfx/range/b2drange.hxx>
38 #include <basegfx/range/basicrange.hxx>
39 #include <basegfx/tuple/b2dtuple.hxx>
40 #include <basegfx/utils/canvastools.hxx>
41 #include <basegfx/vector/b2dvector.hxx>
42 #endif // PCH_LEVEL >= 3
43 #if PCH_LEVEL >= 4
44 #include <drawinglayer/drawinglayerdllapi.h>
45 #include <drawinglayer/geometry/viewinformation2d.hxx>
46 #include <drawinglayer/primitive2d/CommonTypes.hxx>
47 #include <drawinglayer/primitive2d/Primitive2DContainer.hxx>
48 #include <drawinglayer/primitive2d/Primitive2DVisitor.hxx>
49 #include <drawinglayer/primitive2d/Tools.hxx>
50 #endif // PCH_LEVEL >= 4
52 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */