LanguageTool: don't crash if REST protocol isn't set
[LibreOffice.git] / canvas / inc / pch / precompiled_oglcanvas.hxx
blob4ea5dc2cc7f5839891d8093b2995836ab55daf4b
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-08-07 20:44:40 using:
17 ./bin/update_pch canvas oglcanvas --cutoff=1 --exclude:system --include:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./canvas/inc/pch/precompiled_oglcanvas.hxx "make canvas.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <functional>
26 #include <memory>
27 #endif // PCH_LEVEL >= 1
28 #if PCH_LEVEL >= 2
29 #include <osl/mutex.hxx>
30 #include <rtl/crc.h>
31 #include <rtl/math.hxx>
32 #include <sal/log.hxx>
33 #include <vcl/canvastools.hxx>
34 #include <vcl/font.hxx>
35 #include <vcl/metric.hxx>
36 #include <vcl/opengl/OpenGLHelper.hxx>
37 #include <vcl/syschild.hxx>
38 #include <vcl/virdev.hxx>
39 #include <vcl/window.hxx>
40 #endif // PCH_LEVEL >= 2
41 #if PCH_LEVEL >= 3
42 #include <basegfx/matrix/b2dhommatrix.hxx>
43 #include <basegfx/point/b2dpoint.hxx>
44 #include <basegfx/polygon/b2dpolygontriangulator.hxx>
45 #include <basegfx/polygon/b2dpolypolygon.hxx>
46 #include <basegfx/polygon/b2dpolypolygontools.hxx>
47 #include <basegfx/utils/canvastools.hxx>
48 #include <basegfx/utils/tools.hxx>
49 #include <basegfx/utils/unopolypolygon.hxx>
50 #include <com/sun/star/awt/XTopWindow.hpp>
51 #include <com/sun/star/geometry/IntegerSize2D.hpp>
52 #include <com/sun/star/lang/NoSupportException.hpp>
53 #include <com/sun/star/rendering/ARGBColor.hpp>
54 #include <com/sun/star/rendering/CompositeOperation.hpp>
55 #include <com/sun/star/rendering/FontMetrics.hpp>
56 #include <com/sun/star/rendering/XIntegerBitmapColorSpace.hpp>
57 #include <com/sun/star/uno/Reference.hxx>
58 #include <epoxy/gl.h>
59 #include <toolkit/helper/vclunohelper.hxx>
60 #include <tools/diagnose_ex.h>
61 #endif // PCH_LEVEL >= 3
62 #if PCH_LEVEL >= 4
63 #include <canvas/canvastools.hxx>
64 #include <verifyinput.hxx>
65 #endif // PCH_LEVEL >= 4
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */