From dfb24c3d9f3bdbdace593bbd85307a2467c0c7ec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 21 Apr 2020 11:20:17 +0100 Subject: uiobject.hxx only needs forward declares MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and update pches accordingly Change-Id: I411712532fd85961bffe6678416fcdc1d9c7f53d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92617 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/inc/pch/precompiled_msword.hxx | 3 ++- sw/inc/pch/precompiled_sw.hxx | 6 +----- sw/inc/pch/precompiled_vbaswobj.hxx | 4 +++- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'sw') diff --git a/sw/inc/pch/precompiled_msword.hxx b/sw/inc/pch/precompiled_msword.hxx index 7271e76cc75c..8077cfce7fa1 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 2020-03-04 21:21:56 using: + Generated on 2020-04-21 11:17:22 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: @@ -168,6 +168,7 @@ #include #include #include +#include #include #include #include diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index f885cd5645af..86bfb5ea56a1 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 2020-04-02 13:47:12 using: + Generated on 2020-04-21 11:17:30 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: @@ -69,9 +69,6 @@ #include #include #include -#include -#include -#include #include #include #include @@ -92,7 +89,6 @@ #include #include #include -#include #include #include #include diff --git a/sw/inc/pch/precompiled_vbaswobj.hxx b/sw/inc/pch/precompiled_vbaswobj.hxx index c32c83ecc235..8c9b6c898f98 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 2020-03-04 21:22:17 using: + Generated on 2020-04-21 11:17:43 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: @@ -153,6 +153,7 @@ #include #include #include +#include #include #include #include @@ -188,6 +189,7 @@ #include #include #include +#include #include #include #include -- cgit