diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2021-03-07 13:46:52 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-03-09 06:51:51 +0100 |
commit | 083900f88c112b69e098bbe5820b1d077c18e92c (patch) | |
tree | c1f54839b3feb3d5bf0af4139b51bafee81560ed /sc/inc/pch | |
parent | 1c3e170d56d3cad1e7729f839fa63f607b62e4e3 (diff) |
Make sal/config.h the first in pch
By convention, it should be the first include in C/CXX files;
so use of pch should not break that.
Change-Id: Ic329c5f39e8f48ad1778724368e262e48972342b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112123
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/inc/pch')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 26 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_scfilt.hxx | 4 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_scui.hxx | 4 | ||||
-rw-r--r-- | sc/inc/pch/precompiled_vbaobj.hxx | 4 |
4 files changed, 29 insertions, 9 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index bfd9b555c652..cd61ab09952e 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -13,13 +13,14 @@ 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-06 18:49:41 using: + Generated on 2021-03-08 13:17:15 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: ./bin/update_pch_bisect ./sc/inc/pch/precompiled_sc.hxx "make sc.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> #include <atomic> @@ -37,6 +38,7 @@ #include <iterator> #include <limits.h> #include <limits> +#include <locale> #include <map> #include <math.h> #include <memory> @@ -45,6 +47,7 @@ #include <ostream> #include <set> #include <sstream> +#include <stack> #include <stddef.h> #include <string.h> #include <string> @@ -79,6 +82,7 @@ #include <rtl/alloc.h> #include <rtl/bootstrap.hxx> #include <rtl/character.hxx> +#include <rtl/cipher.h> #include <rtl/crc.h> #include <rtl/digest.h> #include <rtl/instance.hxx> @@ -86,6 +90,7 @@ #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/ref.hxx> +#include <rtl/strbuf.h> #include <rtl/strbuf.hxx> #include <rtl/string.h> #include <rtl/string.hxx> @@ -98,7 +103,6 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> -#include <sal/config.h> #include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/macros.h> @@ -123,6 +127,7 @@ #include <vcl/customweld.hxx> #include <vcl/dllapi.h> #include <vcl/errcode.hxx> +#include <vcl/errinf.hxx> #include <vcl/fntstyle.hxx> #include <vcl/font.hxx> #include <vcl/gfxlink.hxx> @@ -232,6 +237,7 @@ #include <com/sun/star/lang/XTypeProvider.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp> +#include <com/sun/star/sheet/FormulaLanguage.hpp> #include <com/sun/star/style/NumberingType.hpp> #include <com/sun/star/style/XStyle.hpp> #include <com/sun/star/uno/Any.h> @@ -260,6 +266,7 @@ #include <com/sun/star/xml/sax/XFastTokenHandler.hpp> #include <comphelper/broadcasthelper.hxx> #include <comphelper/comphelperdllapi.h> +#include <comphelper/hash.hxx> #include <comphelper/lok.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propagg.hxx> @@ -325,6 +332,8 @@ #include <editeng/svxenum.hxx> #include <editeng/svxfont.hxx> #include <editeng/wghtitem.hxx> +#include <filter/msfilter/mscodec.hxx> +#include <filter/msfilter/msfilterdllapi.h> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> #include <o3tl/deleter.hxx> @@ -346,6 +355,7 @@ #include <salhelper/simplereferenceobject.hxx> #include <salhelper/thread.hxx> #include <sax/fastattribs.hxx> +#include <sax/fshelper.hxx> #include <sax/saxdllapi.h> #include <sax/tools/converter.hxx> #include <sfx2/app.hxx> @@ -388,8 +398,10 @@ #include <svl/zforlist.hxx> #include <svl/zformat.hxx> #include <svtools/colorcfg.hxx> +#include <svtools/ehdl.hxx> #include <svtools/optionsdrawinglayer.hxx> #include <svtools/svtdllapi.h> +#include <svtools/svtresid.hxx> #include <svtools/toolboxcontroller.hxx> #include <svx/XPropertyEntry.hxx> #include <svx/algitem.hxx> @@ -431,6 +443,7 @@ #include <svx/svdundo.hxx> #include <svx/svxdlg.hxx> #include <svx/svxdllapi.h> +#include <svx/svxerr.hxx> #include <svx/xdash.hxx> #include <svx/xdef.hxx> #include <svx/xgrad.hxx> @@ -526,15 +539,18 @@ #include <editutil.hxx> #include <externalrefmgr.hxx> #include <fillinfo.hxx> +#include <filter.hxx> #include <formula/IControlReferenceHandler.hxx> #include <formula/compiler.hxx> #include <formula/errorcodes.hxx> #include <formula/formuladllapi.h> #include <formula/funcutl.hxx> +#include <formula/grammar.hxx> #include <formula/opcode.hxx> #include <formula/token.hxx> #include <formula/vectortoken.hxx> #include <formulacell.hxx> +#include <ftools.hxx> #include <funcdesc.hxx> #include <global.hxx> #include <globalnames.hxx> @@ -591,9 +607,13 @@ #include <userdat.hxx> #include <validat.hxx> #include <viewdata.hxx> -#include <xiroot.hxx> +#include <xerecord.hxx> +#include <xeroot.hxx> +#include <xestream.hxx> +#include <xladdress.hxx> #include <xlconst.hxx> #include <xlroot.hxx> +#include <xlstream.hxx> #endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sc/inc/pch/precompiled_scfilt.hxx b/sc/inc/pch/precompiled_scfilt.hxx index daf7a235646a..86f3d9bdf10a 100644 --- a/sc/inc/pch/precompiled_scfilt.hxx +++ b/sc/inc/pch/precompiled_scfilt.hxx @@ -13,13 +13,14 @@ 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-22 20:24:51 using: + Generated on 2021-03-08 13:15:21 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: ./bin/update_pch_bisect ./sc/inc/pch/precompiled_scfilt.hxx "make sc.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> #include <cassert> @@ -76,7 +77,6 @@ #include <rtl/ustring.h> #include <rtl/ustring.hxx> #include <rtl/uuid.h> -#include <sal/config.h> #include <sal/log.hxx> #include <sal/macros.h> #include <sal/mathconf.h> diff --git a/sc/inc/pch/precompiled_scui.hxx b/sc/inc/pch/precompiled_scui.hxx index 9cf46f7fc706..bfe19b1ba147 100644 --- a/sc/inc/pch/precompiled_scui.hxx +++ b/sc/inc/pch/precompiled_scui.hxx @@ -13,13 +13,14 @@ 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-04 09:59:34 using: + Generated on 2021-03-08 13:14:26 using: ./bin/update_pch sc scui --cutoff=1 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: ./bin/update_pch_bisect ./sc/inc/pch/precompiled_scui.hxx "make sc.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <memory> #include <utility> @@ -31,7 +32,6 @@ #include <osl/time.h> #include <rtl/math.hxx> #include <rtl/tencinfo.h> -#include <sal/config.h> #include <sal/types.h> #include <vcl/event.hxx> #include <vcl/settings.hxx> diff --git a/sc/inc/pch/precompiled_vbaobj.hxx b/sc/inc/pch/precompiled_vbaobj.hxx index 7be7217d7a1c..2fee2fe72a53 100644 --- a/sc/inc/pch/precompiled_vbaobj.hxx +++ b/sc/inc/pch/precompiled_vbaobj.hxx @@ -13,13 +13,14 @@ 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-19 15:35:06 using: + Generated on 2021-03-08 13:17:35 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: ./bin/update_pch_bisect ./sc/inc/pch/precompiled_vbaobj.hxx "make sc.build" --find-conflicts */ +#include <sal/config.h> #if PCH_LEVEL >= 1 #include <algorithm> #include <list> @@ -34,7 +35,6 @@ #include <rtl/instance.hxx> #include <rtl/math.hxx> #include <rtl/ref.hxx> -#include <sal/config.h> #include <sal/log.hxx> #include <sal/macros.h> #include <vcl/event.hxx> |