diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-04-21 11:20:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-04-22 09:39:07 +0200 |
commit | dfb24c3d9f3bdbdace593bbd85307a2467c0c7ec (patch) | |
tree | 3661866938af64f5447398740aba8991d5f65676 /desktop | |
parent | f8156f7e81145cbf1c287058039ae70585cf64e7 (diff) |
uiobject.hxx only needs forward declares
and update pches accordingly
Change-Id: I411712532fd85961bffe6678416fcdc1d9c7f53d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92617
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/inc/pch/precompiled_deployment.hxx | 4 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_deploymentgui.hxx | 4 | ||||
-rw-r--r-- | desktop/inc/pch/precompiled_sofficeapp.hxx | 11 |
3 files changed, 11 insertions, 8 deletions
diff --git a/desktop/inc/pch/precompiled_deployment.hxx b/desktop/inc/pch/precompiled_deployment.hxx index f14c28ee7bc5..6878fb1e843c 100644 --- a/desktop/inc/pch/precompiled_deployment.hxx +++ b/desktop/inc/pch/precompiled_deployment.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-02-01 10:57:35 using: + Generated on 2020-04-21 11:14:33 using: ./bin/update_pch desktop deployment --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -24,6 +24,7 @@ #include <algorithm> #include <cstddef> #include <memory> +#include <optional> #include <ostream> #include <unordered_map> #include <vector> @@ -72,7 +73,6 @@ #include <cppuhelper/compbase.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> -#include <optional> #include <svl/inettype.hxx> #include <tools/diagnose_ex.h> #include <ucbhelper/content.hxx> diff --git a/desktop/inc/pch/precompiled_deploymentgui.hxx b/desktop/inc/pch/precompiled_deploymentgui.hxx index c55a81a717c1..6ec6ce346ebb 100644 --- a/desktop/inc/pch/precompiled_deploymentgui.hxx +++ b/desktop/inc/pch/precompiled_deploymentgui.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-02-01 10:57:35 using: + Generated on 2020-04-21 11:14:30 using: ./bin/update_pch desktop deploymentgui --cutoff=3 --exclude:system --exclude:module --exclude:local If after updating build fails, use the following command to locate conflicting headers: @@ -30,6 +30,7 @@ #include <limits.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <sstream> #include <stddef.h> @@ -84,7 +85,6 @@ #include <cppu/unotype.hxx> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/implbase.hxx> -#include <optional> #include <o3tl/typed_flags_set.hxx> #include <salhelper/thread.hxx> #include <tools/gen.hxx> diff --git a/desktop/inc/pch/precompiled_sofficeapp.hxx b/desktop/inc/pch/precompiled_sofficeapp.hxx index 79d8eed69b9a..8cf4868bb5f4 100644 --- a/desktop/inc/pch/precompiled_sofficeapp.hxx +++ b/desktop/inc/pch/precompiled_sofficeapp.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-02-01 10:57:36 using: + Generated on 2020-04-21 11:15:27 using: ./bin/update_pch desktop sofficeapp --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -35,6 +35,7 @@ #include <math.h> #include <memory> #include <new> +#include <optional> #include <ostream> #include <stddef.h> #include <string.h> @@ -50,7 +51,6 @@ #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/endian.h> -#include <osl/file.h> #include <osl/file.hxx> #include <osl/getglobalmutex.hxx> #include <osl/interlck.h> @@ -67,7 +67,6 @@ #include <rtl/byteseq.hxx> #include <rtl/digest.h> #include <rtl/instance.hxx> -#include <rtl/locale.h> #include <rtl/math.h> #include <rtl/math.hxx> #include <rtl/process.h> @@ -100,11 +99,14 @@ #include <vcl/dllapi.h> #include <vcl/errcode.hxx> #include <vcl/fntstyle.hxx> +#include <vcl/font.hxx> +#include <vcl/keycodes.hxx> #include <vcl/mapmod.hxx> #include <vcl/region.hxx> #include <vcl/scopedbitmapaccess.hxx> #include <vcl/vclenum.hxx> #include <vcl/vclptr.hxx> +#include <vcl/vclreferencebase.hxx> #endif // PCH_LEVEL >= 2 #if PCH_LEVEL >= 3 #include <basegfx/basegfxdllapi.h> @@ -119,6 +121,7 @@ #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/tuple/b3dtuple.hxx> +#include <basegfx/utils/common.hxx> #include <basegfx/vector/b2dvector.hxx> #include <basegfx/vector/b2enums.hxx> #include <basegfx/vector/b2ivector.hxx> @@ -150,7 +153,6 @@ #include <cppuhelper/implbase_ex_pre.hxx> #include <i18nlangtag/lang.h> #include <o3tl/cow_wrapper.hxx> -#include <optional> #include <o3tl/strong_int.hxx> #include <o3tl/typed_flags_set.hxx> #include <o3tl/underlyingenumvalue.hxx> @@ -167,6 +169,7 @@ #include <tools/gen.hxx> #include <tools/link.hxx> #include <tools/mapunit.hxx> +#include <tools/poly.hxx> #include <tools/ref.hxx> #include <tools/solar.h> #include <tools/toolsdllapi.h> |