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 /starmath/inc | |
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 'starmath/inc')
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index 15105b694789..ca384dfa4ba6 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.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-04-29 21:19:01 using: + Generated on 2019-10-17 15:16:20 using: ./bin/update_pch starmath sm --cutoff=5 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -28,14 +28,15 @@ #include <functional> #include <limits.h> #include <limits> -#include <list> #include <map> #include <memory> #include <new> #include <ostream> +#include <string_view> #include <utility> #include <vector> #include <boost/optional.hpp> +#include <boost/property_tree/ptree.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -47,6 +48,7 @@ #include <rtl/math.hxx> #include <rtl/ref.hxx> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/textenc.h> #include <rtl/ustrbuf.h> @@ -74,6 +76,7 @@ #include <vcl/svapp.hxx> #include <vcl/uitest/factory.hxx> #include <vcl/vclenum.hxx> +#include <vcl/vclevent.hxx> #include <vcl/vclptr.hxx> #include <vcl/vclreferencebase.hxx> #include <vcl/virdev.hxx> @@ -85,12 +88,14 @@ #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/vector/b2enums.hxx> #include <com/sun/star/drawing/LineCap.hpp> +#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <comphelper/comphelperdllapi.h> #include <cppuhelper/implbase.hxx> +#include <cppuhelper/supportsservice.hxx> #include <editeng/editdata.hxx> #include <editeng/editengdllapi.h> #include <editeng/editstat.hxx> @@ -98,6 +103,7 @@ #include <o3tl/cow_wrapper.hxx> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> +#include <salhelper/simplereferenceobject.hxx> #include <sfx2/dllapi.h> #include <sfx2/docfile.hxx> #include <sfx2/shell.hxx> @@ -110,6 +116,7 @@ #include <svl/stritem.hxx> #include <svl/svldllapi.h> #include <svl/typedwhich.hxx> +#include <svtools/colorcfg.hxx> #include <svx/svxdllapi.h> #include <tools/color.hxx> #include <tools/gen.hxx> @@ -127,6 +134,7 @@ #include <xmloff/dllapi.h> #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 +#include <ElementsDockingWindow.hxx> #include <dialog.hxx> #include <document.hxx> #include <node.hxx> |