diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-21 21:31:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-22 15:24:06 +0200 |
commit | b710a098c836a68afe41af3b69679756918e1991 (patch) | |
tree | 038bb09e9dd2aeef70dfb1900867c278d6fef1cb /svx/inc | |
parent | ddcc98fa50dd9d86a60dada4daa00f4d95ffe005 (diff) |
update svx pch
Change-Id: I311f35edbe8c1390fe471883b77c8ce35a1aa0b0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99180
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 7d34038a8de4..af5edfcd45de 100644 --- a/svx/inc/pch/precompiled_svxcore.hxx +++ b/svx/inc/pch/precompiled_svxcore.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-07-05 17:54:04 using: + Generated on 2020-07-21 21:30:38 using: ./bin/update_pch svx svxcore --cutoff=7 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -113,7 +113,6 @@ #include <vcl/dllapi.h> #include <vcl/dndhelp.hxx> #include <vcl/dockwin.hxx> -#include <vcl/edit.hxx> #include <vcl/errcode.hxx> #include <vcl/event.hxx> #include <vcl/floatwin.hxx> @@ -135,7 +134,6 @@ #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> #include <vcl/settings.hxx> -#include <vcl/spinfld.hxx> #include <vcl/svapp.hxx> #include <vcl/syswin.hxx> #include <vcl/task.hxx> @@ -316,7 +314,6 @@ #include <drawinglayer/primitive2d/baseprimitive2d.hxx> #include <drawinglayer/primitive2d/groupprimitive2d.hxx> #include <drawinglayer/primitive2d/polygonprimitive2d.hxx> -#include <drawinglayer/primitive2d/primitivetools2d.hxx> #include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> #include <drawinglayer/primitive2d/transformprimitive2d.hxx> #include <drawinglayer/primitive2d/unifiedtransparenceprimitive2d.hxx> @@ -413,6 +410,7 @@ #include <unotools/localedatawrapper.hxx> #include <unotools/options.hxx> #include <unotools/resmgr.hxx> +#include <unotools/streamwrap.hxx> #include <unotools/syslocale.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/unotoolsdllapi.h> @@ -434,6 +432,7 @@ #include <svx/fmshell.hxx> #include <svx/fmtools.hxx> #include <svx/fmview.hxx> +#include <svx/gallery1.hxx> #include <svx/galmisc.hxx> #include <svx/galtheme.hxx> #include <svx/globl3d.hxx> |