From 17f83e391297f86f264dabd447d48280662b2435 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 5 Feb 2020 19:45:45 +0000 Subject: drop newly unused FontSizeBox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8a84ce74888e1d3c468251ddd3633aedf6339a11 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88064 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sw/inc/pch/precompiled_swui.hxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'sw/inc/pch') diff --git a/sw/inc/pch/precompiled_swui.hxx b/sw/inc/pch/precompiled_swui.hxx index a7e5e6ac6385..fd997e9135b5 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 2020-02-01 10:58:54 using: + Generated on 2020-02-05 19:55:24 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: @@ -123,7 +123,6 @@ #include #include #include -#include #include #include #include @@ -259,6 +258,7 @@ #include #include #include +#include #include #include #include @@ -275,7 +275,9 @@ #include #include #include +#include #include +#include #include #include #include @@ -376,7 +378,8 @@ #include #include #include -#include +#include +#include #include #include #include @@ -496,10 +499,14 @@ #include #include #include +#include +#include +#include #endif // PCH_LEVEL >= 3 #if PCH_LEVEL >= 4 #include #include +#include #include #include #include -- cgit