diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-03-13 10:20:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-03-13 12:02:20 +0100 |
commit | a73f24f47aea2dfa57459424f48b11b2b835e334 (patch) | |
tree | 568cb48f1d630f9613db817d95db7388cdda8d39 /svx | |
parent | cb7839169ac58bc24d986f4cf5532d1d6219574d (diff) |
update pches
Change-Id: Id6dfae9fb97fbe3fc89b9f2e083d7a3d5c1d36d3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112411
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx index 26e1fae0140b..6cb7f57dc856 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 2021-03-08 13:18:57 using: + Generated on 2021-03-13 10:18: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: @@ -120,6 +120,7 @@ #include <vcl/headbar.hxx> #include <vcl/idle.hxx> #include <vcl/image.hxx> +#include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> #include <vcl/mapmod.hxx> #include <vcl/outdev.hxx> @@ -131,6 +132,7 @@ #include <vcl/syswin.hxx> #include <vcl/task.hxx> #include <vcl/timer.hxx> +#include <vcl/toolbox.hxx> #include <vcl/transfer.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> @@ -175,6 +177,7 @@ #include <com/sun/star/awt/KeyGroup.hpp> #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/awt/XControl.hpp> +#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <com/sun/star/beans/PropertyState.hpp> @@ -316,15 +319,19 @@ #include <drawinglayer/processor2d/baseprocessor2d.hxx> #include <drawinglayer/processor2d/processor2dtools.hxx> #include <editeng/colritem.hxx> +#include <editeng/crossedoutitem.hxx> #include <editeng/editdata.hxx> #include <editeng/editengdllapi.h> #include <editeng/editobj.hxx> #include <editeng/editstat.hxx> #include <editeng/eedata.hxx> #include <editeng/eeitem.hxx> +#include <editeng/fhgtitem.hxx> #include <editeng/flditem.hxx> +#include <editeng/fontitem.hxx> #include <editeng/outlobj.hxx> #include <editeng/svxenum.hxx> +#include <editeng/udlnitem.hxx> #include <i18nlangtag/i18nlangtagdllapi.h> #include <i18nlangtag/lang.h> #include <libxml/xmlwriter.h> |