diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-04-08 13:58:18 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-04-08 17:23:08 +0200 |
commit | e76a4d62fa6583a0084a5259ea436d7bb7672eb9 (patch) | |
tree | 7be19ac46be6a0188779785b4fe69a6a694cdfcb /chart2/inc | |
parent | b8901e8beac21087c69cc5c343850eff809ab3a7 (diff) |
update PCHs
Change-Id: Ia9d04447f927e270a55500e7f35723a729bc01dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113801
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'chart2/inc')
-rw-r--r-- | chart2/inc/pch/precompiled_chartcontroller.hxx | 4 | ||||
-rw-r--r-- | chart2/inc/pch/precompiled_chartcore.hxx | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index de2ec22cbef8..557d812d3b5e 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-04-06 09:15:53 using: + Generated on 2021-04-08 13:50:49 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: @@ -42,7 +42,6 @@ #include <new> #include <optional> #include <ostream> -#include <safeint.h> #include <set> #include <stddef.h> #include <string.h> @@ -82,6 +81,7 @@ #include <rtl/ustrbuf.hxx> #include <rtl/ustring.h> #include <rtl/ustring.hxx> +#include <sal/backtrace.hxx> #include <sal/detail/log.h> #include <sal/log.hxx> #include <sal/macros.h> diff --git a/chart2/inc/pch/precompiled_chartcore.hxx b/chart2/inc/pch/precompiled_chartcore.hxx index 829fb0d8ecf8..2e74b121725d 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-03-20 10:37:37 using: + Generated on 2021-04-08 12:51:39 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: @@ -76,7 +76,6 @@ #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> #include <basegfx/range/b2drange.hxx> -#include <basegfx/range/b2irectangle.hxx> #include <basegfx/tuple/b2dtuple.hxx> #include <basegfx/tuple/b2ituple.hxx> #include <basegfx/vector/b2enums.hxx> @@ -114,7 +113,6 @@ #include <com/sun/star/chart2/XCoordinateSystemContainer.hpp> #include <com/sun/star/chart2/XDataSeries.hpp> #include <com/sun/star/chart2/XDataSeriesContainer.hpp> -#include <com/sun/star/chart2/XRegressionCurveCalculator.hpp> #include <com/sun/star/chart2/XRegressionCurveContainer.hpp> #include <com/sun/star/chart2/XTransformation.hpp> #include <com/sun/star/chart2/data/XDataSequence.hpp> |