From 4dd6af856d574ad66ebb4b822a36ba70af9945e2 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Fri, 3 Sep 2021 02:19:33 +1000 Subject: vcl: rename OutDevState to Stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I have moved the header file to include/vcl/rendercontext as this will eventually be part of the RenderContext split from OutputDevice. State and associated enums have also been moved to the vcl namespace. I have also moved ComplexTextLayoutFlags into the vcl::text namespace. Change-Id: I0abbf560e75b45a272854b267e948c240cd69091 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121524 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- chart2/inc/pch/precompiled_chartcontroller.hxx | 21 ++++++++++++++++++--- chart2/inc/pch/precompiled_chartcore.hxx | 9 ++++++--- 2 files changed, 24 insertions(+), 6 deletions(-) (limited to 'chart2/inc') diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index 36a2756f7ac7..aeac1b600cba 100644 --- a/chart2/inc/pch/precompiled_chartcontroller.hxx +++ b/chart2/inc/pch/precompiled_chartcontroller.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 2021-07-28 20:46:09 using: + Generated on 2021-09-28 05:28:39 using: ./bin/update_pch chart2 chartcontroller --cutoff=6 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -40,12 +40,14 @@ #include #include #include +#include #include #include #include #include #include #include +#include #include #include #include @@ -123,7 +125,6 @@ #include #include #include -#include #include #include #include @@ -134,7 +135,10 @@ #include #include #include +#include #include +#include +#include #include #include #include @@ -227,13 +231,17 @@ #include #include #include +#include #include +#include #include #include #include #include +#include #include #include +#include #include #include #include @@ -267,6 +275,7 @@ #include #include #include +#include #include #include #include @@ -274,6 +283,7 @@ #include #include #include +#include #include #include #include @@ -294,7 +304,6 @@ #include #include #include -#include #include #include #include @@ -315,6 +324,8 @@ #include #include #include +#include +#include #include #include #include @@ -348,6 +359,8 @@ #include #include #include +#include +#include #include #include #include @@ -440,11 +453,13 @@ #include #include #include +#include #include #include #include #include #include +#include #include #include #include diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 3b9a214021a3..f7a6e5ffc744 100644 --- a/chart2/inc/pch/precompiled_chartcore.hxx +++ b/chart2/inc/pch/precompiled_chartcore.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 2021-07-28 20:46:13 using: + Generated on 2021-09-12 11:51:16 using: ./bin/update_pch chart2 chartcore --cutoff=3 --exclude:system --exclude:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -78,7 +78,6 @@ #include #include #include -#include #include #include #include @@ -89,7 +88,10 @@ #include #include #include +#include #include +#include +#include #include #include #include @@ -102,7 +104,6 @@ #include #include #include -#include #include #include #include @@ -235,6 +236,7 @@ #include #include #include +#include #include #include #include @@ -263,6 +265,7 @@ #include #include #include +#include #include #include #endif // PCH_LEVEL >= 3 -- cgit