diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 10:01:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 12:05:13 +0100 |
commit | 1ac449874c0e93ee7e7a9765053d392fde0067f4 (patch) | |
tree | 15c2cb81a53cebabddf3e5417329cb149f5043d1 /slideshow | |
parent | 8830cf86b146b1252ac37f351a23246088d569b0 (diff) |
update pches
Change-Id: I3e22c2000da03f6f3345353846213203993aa865
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107192
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index 1c9e2a56cc0b..c01847753f66 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.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-08-27 16:26:28 using: + Generated on 2020-12-04 09:59:40 using: ./bin/update_pch slideshow slideshow --cutoff=4 --exclude:system --include:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #include <algorithm> #include <cassert> #include <cstddef> +#include <cstdlib> #include <cstring> #include <deque> #include <float.h> @@ -58,6 +59,7 @@ #include <osl/mutex.h> #include <osl/mutex.hxx> #include <osl/thread.h> +#include <osl/thread.hxx> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/instance.hxx> @@ -156,6 +158,7 @@ #include <com/sun/star/drawing/TextFitToSizeType.hpp> #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/drawing/XShape.hpp> +#include <com/sun/star/form/FormComponentType.hpp> #include <com/sun/star/graphic/XPrimitive2D.hpp> #include <com/sun/star/i18n/CharacterIteratorMode.hpp> #include <com/sun/star/i18n/WordType.hpp> @@ -249,7 +252,6 @@ #include <svx/sdr/overlay/overlayobject.hxx> #include <svx/sdr/properties/defaultproperties.hxx> #include <svx/sdr/properties/properties.hxx> -#include <svx/sdrpageuser.hxx> #include <svx/sdtaditm.hxx> #include <svx/sdtaitm.hxx> #include <svx/sdtakitm.hxx> @@ -258,8 +260,8 @@ #include <svx/svdglue.hxx> #include <svx/svdoattr.hxx> #include <svx/svdobj.hxx> +#include <svx/svdobjkind.hxx> #include <svx/svdotext.hxx> -#include <svx/svdsob.hxx> #include <svx/svdtext.hxx> #include <svx/svdtrans.hxx> #include <svx/svdtypes.hxx> @@ -268,6 +270,7 @@ #include <tools/color.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> +#include <tools/degree.hxx> #include <tools/diagnose_ex.h> #include <tools/fldunit.hxx> #include <tools/fontenum.hxx> @@ -276,6 +279,7 @@ #include <tools/helpers.hxx> #include <tools/lineend.hxx> #include <tools/link.hxx> +#include <tools/long.hxx> #include <tools/mapunit.hxx> #include <tools/poly.hxx> #include <tools/ref.hxx> |