diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-12-01 11:30:46 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-12-04 10:55:27 +0100 |
commit | b5704e5431c6662b8b39f6458ec08a906efe1705 (patch) | |
tree | da0b552b0de804c1a5db8fa36b192c3e526b5f21 /canvas/inc/pch | |
parent | daf2a7d957c829c551754871a3545495c0f76bc0 (diff) |
Revert "tdf#118107 canvas opengl: avoid assertion failure with negative widths"
I fixed the assert with 4eb816de71f1310a3a5d9803f7355849e6273439 (and
follow-up commits), so this is no longer needed.
This reverts commit 76b43425d764fbc9bf4dac52054b1d94344f26b0.
Change-Id: I85dec14cc8858b7168532661de9ca77c31802a62
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106962
Tested-by: Luboš Luňák <l.lunak@collabora.com>
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'canvas/inc/pch')
-rw-r--r-- | canvas/inc/pch/precompiled_vclcanvas.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/inc/pch/precompiled_vclcanvas.hxx b/canvas/inc/pch/precompiled_vclcanvas.hxx index cdad07862596..b31a1cd02792 100644 --- a/canvas/inc/pch/precompiled_vclcanvas.hxx +++ b/canvas/inc/pch/precompiled_vclcanvas.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2020-10-02 11:01:53 using: + Generated on 2020-12-01 16:34:48 using: ./bin/update_pch canvas vclcanvas --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -39,8 +39,8 @@ #include <vcl/bitmapex.hxx> #include <vcl/canvastools.hxx> #include <vcl/dibtools.hxx> +#include <vcl/gradient.hxx> #include <vcl/metric.hxx> -#include <vcl/opengl/OpenGLHelper.hxx> #include <vcl/outdev.hxx> #include <vcl/skia/SkiaHelper.hxx> #include <vcl/svapp.hxx> @@ -54,7 +54,6 @@ #include <basegfx/polygon/b2dlinegeometry.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolygontools.hxx> -#include <basegfx/polygon/b2dpolypolygontools.hxx> #include <basegfx/range/b2drectangle.hxx> #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/utils/canvastools.hxx> @@ -81,6 +80,7 @@ #include <i18nlangtag/languagetag.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <tools/diagnose_ex.h> +#include <tools/long.hxx> #include <tools/poly.hxx> #include <tools/stream.hxx> #endif // PCH_LEVEL >= 3 |