diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-04-08 13:58:18 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-04-08 17:23:08 +0200 |
commit | e76a4d62fa6583a0084a5259ea436d7bb7672eb9 (patch) | |
tree | 7be19ac46be6a0188779785b4fe69a6a694cdfcb /sd | |
parent | b8901e8beac21087c69cc5c343850eff809ab3a7 (diff) |
update PCHs
Change-Id: Ia9d04447f927e270a55500e7f35723a729bc01dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113801
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 3 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 10 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index d9f9783ff8b5..9605feceaf21 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.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-13 10:18:30 using: + Generated on 2021-04-08 13:51:32 using: ./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -69,6 +69,7 @@ #include <rtl/textenc.h> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> +#include <sal/backtrace.hxx> #include <sal/log.hxx> #include <sal/macros.h> #include <sal/types.h> diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index f4d5ebbc3213..a49a7e1bda70 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.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-04-06 09:18:40 using: + Generated on 2021-04-08 13:56:41 using: ./bin/update_pch sd sdui --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #if PCH_LEVEL >= 1 #include <algorithm> #include <cassert> +#include <chrono> #include <cmath> #include <cstddef> #include <cstdlib> @@ -42,7 +43,6 @@ #include <new> #include <optional> #include <ostream> -#include <safeint.h> #include <set> #include <sstream> #include <stddef.h> @@ -86,6 +86,7 @@ #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> +#include <sal/backtrace.hxx> #include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/macros.h> @@ -111,6 +112,7 @@ #include <vcl/builderpage.hxx> #include <vcl/cairo.hxx> #include <vcl/checksum.hxx> +#include <vcl/ctrl.hxx> #include <vcl/customweld.hxx> #include <vcl/devicecoordinate.hxx> #include <vcl/dllapi.h> @@ -323,8 +325,10 @@ #include <editeng/paragraphdata.hxx> #include <editeng/svxenum.hxx> #include <editeng/svxfont.hxx> +#include <helper/simplereferencecomponent.hxx> #include <i18nlangtag/i18nlangtagdllapi.h> #include <i18nlangtag/lang.h> +#include <i18nlangtag/languagetag.hxx> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> #include <o3tl/enumarray.hxx> @@ -365,7 +369,6 @@ #include <svtools/colorcfg.hxx> #include <svtools/optionsdrawinglayer.hxx> #include <svtools/svtdllapi.h> -#include <svtools/tabbar.hxx> #include <svtools/unitconv.hxx> #include <svtools/valueset.hxx> #include <svx/DiagramDataInterface.hxx> @@ -463,6 +466,7 @@ #include <DrawDocShell.hxx> #include <View.hxx> #include <drawdoc.hxx> +#include <fupoor.hxx> #include <pres.hxx> #include <sddllapi.h> #include <sdmod.hxx> |