chart2/source/controller/dialogs/res_ErrorBar.cxx | 2 -- chart2/source/controller/dialogs/tp_ChartType.cxx | 1 - chart2/source/controller/dialogs/tp_DataSourceControls.cxx | 1 - 3 files changed, 4 deletions(-)
New commits: commit 0ed250a9ac4f278ce9ecf12fe1fc9e0c7142fbe4 Author: Caolán McNamara <[email protected]> AuthorDate: Sun Oct 14 20:30:27 2018 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Mon Oct 15 13:28:26 2018 +0200 drop some unnecessary headers Change-Id: I203824738f3e3eb5ff21b9099c731e7026e644f6 Reviewed-on: https://gerrit.libreoffice.org/61785 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/chart2/source/controller/dialogs/res_ErrorBar.cxx b/chart2/source/controller/dialogs/res_ErrorBar.cxx index c01cf63c7eeb..52b2c8401a41 100644 --- a/chart2/source/controller/dialogs/res_ErrorBar.cxx +++ b/chart2/source/controller/dialogs/res_ErrorBar.cxx @@ -27,8 +27,6 @@ #include <rtl/math.hxx> #include <sal/log.hxx> -#include <vcl/dialog.hxx> -#include <vcl/layout.hxx> #include <svl/stritem.hxx> #define CHART_LB_FUNCTION_STD_ERROR 0 diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx index 8782cfb643c2..e58052600b0d 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.cxx +++ b/chart2/source/controller/dialogs/tp_ChartType.cxx @@ -28,7 +28,6 @@ #include <svtools/controldims.hxx> -#include <vcl/layout.hxx> #include <vcl/weld.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> diff --git a/chart2/source/controller/dialogs/tp_DataSourceControls.cxx b/chart2/source/controller/dialogs/tp_DataSourceControls.cxx index f3de9244d747..cd316517d27f 100644 --- a/chart2/source/controller/dialogs/tp_DataSourceControls.cxx +++ b/chart2/source/controller/dialogs/tp_DataSourceControls.cxx @@ -17,7 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <vcl/layout.hxx> #include <vcl/builderfactory.hxx> #include "tp_DataSourceControls.hxx" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
