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 /sw/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 'sw/inc')
-rw-r--r-- | sw/inc/pch/precompiled_msword.hxx | 5 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_sw.hxx | 6 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_swui.hxx | 15 | ||||
-rw-r--r-- | sw/inc/pch/precompiled_vbaswobj.hxx | 25 |
4 files changed, 29 insertions, 22 deletions
diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index add6e63862b6..c40301871c1b 100644 --- a/sw/inc/pch/precompiled_msword.hxx +++ b/sw/inc/pch/precompiled_msword.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-02 19:37:40 using: + Generated on 2019-10-17 15:16:54 using: ./bin/update_pch sw msword --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -45,6 +45,8 @@ #include <set> #include <stddef.h> #include <string.h> +#include <string> +#include <string_view> #include <type_traits> #include <typeinfo> #include <unordered_map> @@ -80,6 +82,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> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index c7126c860eef..7b2191718dfc 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.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-05 20:14:03 using: + Generated on 2019-10-17 15:17:13 using: ./bin/update_pch sw sw --cutoff=7 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -29,6 +29,7 @@ #include <deque> #include <float.h> #include <functional> +#include <initializer_list> #include <limits.h> #include <list> #include <map> @@ -39,6 +40,7 @@ #include <stddef.h> #include <stdlib.h> #include <string.h> +#include <string_view> #include <type_traits> #include <unordered_map> #include <utility> @@ -66,6 +68,8 @@ #include <rtl/ref.hxx> #include <rtl/strbuf.hxx> #include <rtl/string.h> +#include <rtl/stringconcat.hxx> +#include <rtl/stringutils.hxx> #include <rtl/tencinfo.h> #include <rtl/textcvt.h> #include <rtl/textenc.h> diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index 464997c48a58..3db3571ed8b2 100644 --- a/sw/inc/pch/precompiled_swui.hxx +++ b/sw/inc/pch/precompiled_swui.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-09-25 10:57:13 using: + Generated on 2019-10-17 15:17:23 using: ./bin/update_pch sw swui --cutoff=3 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -30,6 +30,7 @@ #include <deque> #include <float.h> #include <functional> +#include <initializer_list> #include <iomanip> #include <iostream> #include <iterator> @@ -45,11 +46,14 @@ #include <stack> #include <stddef.h> #include <string.h> +#include <string> +#include <string_view> #include <type_traits> #include <typeinfo> #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> @@ -69,6 +73,7 @@ #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/textcvt.h> #include <rtl/textenc.h> @@ -93,8 +98,6 @@ #include <vcl/IDialogRenderable.hxx> #include <vcl/NotebookBarAddonsMerger.hxx> #include <vcl/Scanline.hxx> -#include <vcl/abstdlg.hxx> -#include <vcl/accel.hxx> #include <vcl/accessibletableprovider.hxx> #include <vcl/alpha.hxx> #include <vcl/animate/Animation.hxx> @@ -133,13 +136,11 @@ #include <vcl/menu.hxx> #include <vcl/metaactiontypes.hxx> #include <vcl/metric.hxx> -#include <vcl/mnemonicengine.hxx> #include <vcl/outdev.hxx> #include <vcl/outdevmap.hxx> #include <vcl/outdevstate.hxx> #include <vcl/print.hxx> #include <vcl/ptrstyle.hxx> -#include <vcl/quickselectionengine.hxx> #include <vcl/region.hxx> #include <vcl/salnativewidgets.hxx> #include <vcl/scopedbitmapaccess.hxx> @@ -153,9 +154,6 @@ #include <vcl/textfilter.hxx> #include <vcl/timer.hxx> #include <vcl/transfer.hxx> -#include <vcl/treelist.hxx> -#include <vcl/treelistbox.hxx> -#include <vcl/treelistentries.hxx> #include <vcl/uitest/factory.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclevent.hxx> @@ -416,7 +414,6 @@ #include <svx/xdef.hxx> #include <svx/xtable.hxx> #include <tools/color.hxx> -#include <tools/contnr.hxx> #include <tools/date.hxx> #include <tools/datetime.hxx> #include <tools/debug.hxx> diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index ae983c8ed302..7b6b4f96bf4e 100644 --- a/sw/inc/pch/precompiled_vbaswobj.hxx +++ b/sw/inc/pch/precompiled_vbaswobj.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:16:21 using: + Generated on 2019-10-17 15:17:29 using: ./bin/update_pch sw vbaswobj --cutoff=4 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -33,6 +33,7 @@ #include <exception> #include <float.h> #include <functional> +#include <initializer_list> #include <iomanip> #include <iostream> #include <limits.h> @@ -47,6 +48,8 @@ #include <stack> #include <stddef.h> #include <string.h> +#include <string> +#include <string_view> #include <type_traits> #include <typeinfo> #include <unordered_map> @@ -58,8 +61,8 @@ #include <boost/multi_index/ordered_index.hpp> #include <boost/multi_index/random_access_index.hpp> #include <boost/multi_index_container.hpp> -#include <boost/operators.hpp> #include <boost/optional.hpp> +#include <boost/property_tree/ptree.hpp> #endif // PCH_LEVEL >= 1 #if PCH_LEVEL >= 2 #include <osl/diagnose.h> @@ -83,6 +86,7 @@ #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> +#include <rtl/stringconcat.hxx> #include <rtl/stringutils.hxx> #include <rtl/textcvt.h> #include <rtl/textenc.h> @@ -91,6 +95,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> +#include <rtl/uuid.h> #include <sal/config.h> #include <sal/detail/log.h> #include <sal/log.hxx> @@ -100,8 +105,8 @@ #include <sal/types.h> #include <sal/typesizes.h> #include <vcl/EnumContext.hxx> -#include <vcl/IContext.hxx> #include <vcl/IDialogRenderable.hxx> +#include <vcl/Scanline.hxx> #include <vcl/alpha.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> @@ -138,7 +143,6 @@ #include <vcl/vclptr.hxx> #include <vcl/vclreferencebase.hxx> #include <vcl/wall.hxx> -#include <vcl/weld.hxx> #include <vcl/window.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 @@ -160,11 +164,10 @@ #include <basic/basicdllapi.h> #include <basic/sberrors.hxx> #include <basic/sbxdef.hxx> -#include <com/sun/star/accessibility/XAccessible.hpp> -#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp> #include <com/sun/star/awt/Key.hpp> #include <com/sun/star/awt/KeyGroup.hpp> #include <com/sun/star/awt/SystemPointer.hpp> +#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/NoSuchElementException.hpp> #include <com/sun/star/container/XEnumeration.hpp> @@ -173,8 +176,10 @@ #include <com/sun/star/container/XIndexReplace.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/container/XNamed.hpp> +#include <com/sun/star/datatransfer/XTransferable.hpp> #include <com/sun/star/document/EventObject.hpp> #include <com/sun/star/drawing/LineCap.hpp> +#include <com/sun/star/frame/XFrame.hpp> #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/i18n/CollatorOptions.hpp> #include <com/sun/star/i18n/WordType.hpp> @@ -192,6 +197,7 @@ #include <com/sun/star/table/XCellRange.hpp> #include <com/sun/star/text/HoriOrientation.hpp> #include <com/sun/star/text/PositionLayoutDir.hpp> +#include <com/sun/star/text/XPageCursor.hpp> #include <com/sun/star/text/XText.hpp> #include <com/sun/star/text/XTextDocument.hpp> #include <com/sun/star/text/XTextRangeCompare.hpp> @@ -200,6 +206,7 @@ #include <com/sun/star/text/XTextViewCursorSupplier.hpp> #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> +#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/RuntimeException.hpp> @@ -214,11 +221,10 @@ #include <com/sun/star/uno/XWeak.hpp> #include <com/sun/star/uno/genfunc.h> #include <com/sun/star/uno/genfunc.hxx> -#include <com/sun/star/util/Date.hpp> -#include <com/sun/star/util/Time.hpp> #include <com/sun/star/view/XSelectionSupplier.hpp> #include <comphelper/comphelperdllapi.h> #include <comphelper/processfactory.hxx> +#include <comphelper/servicehelper.hxx> #include <comphelper/solarmutex.hxx> #include <comphelper/weak.hxx> #include <cppu/cppudllapi.h> @@ -261,7 +267,6 @@ #include <svx/svxdllapi.h> #include <svx/xdef.hxx> #include <tools/color.hxx> -#include <tools/date.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> #include <tools/fldunit.hxx> @@ -272,10 +277,8 @@ #include <tools/poly.hxx> #include <tools/ref.hxx> #include <tools/solar.h> -#include <tools/time.hxx> #include <tools/toolsdllapi.h> #include <tools/urlobj.hxx> -#include <tools/weakbase.h> #include <tools/wintypes.hxx> #include <typelib/typeclass.h> #include <typelib/typedescription.h> |