diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-10-17 15:20:31 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-10-18 11:00:04 +0200 |
commit | 7d7fea7f75524611238ce1b3546b95646cdcf359 (patch) | |
tree | 0b8f8b14ab4c35653923be643701599135b18612 /sc/inc/pch | |
parent | 06cfc566a4734bd8d517920d3dfc210afe068295 (diff) |
make bin/update_pch.s always include code in trivial #if's
E.g. #ifdef LIBO_INTERNAL_ONLY is always true for code that builds
with our PCHs.
Change-Id: I3cf311ea3621b909105754cfea2cb0116b8b67f5
Reviewed-on: https://gerrit.libreoffice.org/80961
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.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 | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index 902e2929f5c7..bb380644fcdb 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 2019-10-15 16:58:12 using: + Generated on 2019-10-17 16:11:20 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: @@ -28,6 +28,7 @@ #include <deque> #include <float.h> #include <functional> +#include <initializer_list> #include <iomanip> #include <iterator> #include <limits.h> @@ -41,6 +42,8 @@ #include <set> #include <stddef.h> #include <string.h> +#include <string> +#include <string_view> #include <type_traits> #include <typeinfo> #include <unordered_map> @@ -68,6 +71,7 @@ #include <osl/mutex.hxx> #include <osl/security.h> #include <osl/security.hxx> +#include <osl/thread.h> #include <osl/time.h> #include <rtl/alloc.h> #include <rtl/bootstrap.hxx> @@ -81,6 +85,7 @@ #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textcvt.h> @@ -164,7 +169,6 @@ #include <basegfx/vector/b2ivector.hxx> #include <basic/basicdllapi.h> #include <basic/sbxdef.hxx> -#include <com/sun/star/accessibility/AccessibleRole.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/awt/GradientStyle.hpp> #include <com/sun/star/awt/Key.hpp> diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index e10d8f8e087b..aa18ffafa27a 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 2019-10-15 16:57:59 using: + Generated on 2019-10-17 16:10:56 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: @@ -38,6 +38,7 @@ #include <stdexcept> #include <stdio.h> #include <string.h> +#include <string_view> #include <type_traits> #include <unordered_map> #include <unordered_set> @@ -64,6 +65,7 @@ #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textenc.h> |