From 35b5f03e41e21085b67b56e29c52dcddc9a36c30 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Dec 2020 11:18:33 +0000 Subject: move various notebookbar widgets into vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and we can drop their factories then Change-Id: I1e261886dd7700710ba628da4bbeeba65efa1531 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107134 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- chart2/inc/pch/precompiled_chartcontroller.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chart2/inc') diff --git a/chart2/inc/pch/precompiled_chartcontroller.hxx b/chart2/inc/pch/precompiled_chartcontroller.hxx index a7590ead0568..08f4475879e6 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 2020-12-04 09:59:05 using: + Generated on 2020-12-07 11:30:25 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: @@ -92,7 +92,6 @@ #include #include #include -#include #include #include #include @@ -121,6 +120,7 @@ #include #include #include +#include #include #include #include -- cgit