diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 15:36:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-02-19 20:42:34 +0100 |
commit | 860b2d0123cc44437d4882d7d5f204a32ed21a62 (patch) | |
tree | da5e090c686be1b16524ca9e3255550390e0cbcd /sc/inc/pch | |
parent | d54d66e25ec0206f43ead5fe72428ebefd0b857c (diff) |
update pches
Change-Id: Ic4586057346b6de700c1bb6ff4cd759a11bb3e4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111231
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/pch')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 8 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_scfilt.hxx | 3 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_vbaobj.hxx | 3 |
3 files changed, 5 insertions, 9 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 625d00f38654..2e4ae25dd549 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.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-02-05 16:10:48 using: + Generated on 2021-02-19 15:35:00 using: ./bin/update_pch sc sc --cutoff=12 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -50,7 +50,6 @@ #include <string> #include <string_view> #include <type_traits> -#include <typeinfo> #include <unordered_map> #include <unordered_set> #include <utility> @@ -108,7 +107,6 @@ #include <sal/types.h> #include <sal/typesizes.h> #include <vcl/BinaryDataContainer.hxx> -#include <vcl/EnumContext.hxx> #include <vcl/GraphicAttributes.hxx> #include <vcl/GraphicExternalLink.hxx> #include <vcl/GraphicObject.hxx> @@ -119,7 +117,6 @@ #include <vcl/animate/AnimationBitmap.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> -#include <vcl/builder.hxx> #include <vcl/checksum.hxx> #include <vcl/commandevent.hxx> #include <vcl/ctrl.hxx> @@ -136,7 +133,6 @@ #include <vcl/keycod.hxx> #include <vcl/keycodes.hxx> #include <vcl/mapmod.hxx> -#include <vcl/notebookbar/NotebookBarAddonsMerger.hxx> #include <vcl/outdev.hxx> #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> @@ -468,8 +464,6 @@ #include <unotools/configitem.hxx> #include <unotools/configmgr.hxx> #include <unotools/options.hxx> -#include <unotools/resmgr.hxx> -#include <unotools/syslocale.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/unotoolsdllapi.h> #include <xmloff/dllapi.h> diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index c56ae1dbab46..c5fd893d61e9 100644 --- a/sc/inc/pch/precompiled_scfilt.hxx +++ b/sc/inc/pch/precompiled_scfilt.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-02-05 16:10:57 using: + Generated on 2021-02-19 15:35:04 using: ./bin/update_pch sc scfilt --cutoff=4 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -254,6 +254,7 @@ #include <svx/svxdllapi.h> #include <svx/unoapi.hxx> #include <svx/xit.hxx> +#include <tools/UnitConversion.hxx> #include <tools/color.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx index f8be09543481..7be7217d7a1c 100644 --- a/sc/inc/pch/precompiled_vbaobj.hxx +++ b/sc/inc/pch/precompiled_vbaobj.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-12-15 11:15:56 using: + Generated on 2021-02-19 15:35:06 using: ./bin/update_pch sc vbaobj --cutoff=1 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -214,6 +214,7 @@ #include <filter/msfilter/util.hxx> #include <o3tl/any.hxx> #include <o3tl/safeint.hxx> +#include <o3tl/unit_conversion.hxx> #include <ooo/vba/XCommandBarControls.hpp> #include <ooo/vba/XCommandBars.hpp> #include <ooo/vba/XControlProvider.hpp> |