diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-14 20:30:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-15 13:28:26 +0200 |
commit | 0ed250a9ac4f278ce9ecf12fe1fc9e0c7142fbe4 (patch) | |
tree | 134998745fcc934614bca6b7cfd2a7d06c855559 /chart2 | |
parent | fa7643e0a8f9c12ca02e18f639482db49427ae21 (diff) |
drop some unnecessary headers
Change-Id: I203824738f3e3eb5ff21b9099c731e7026e644f6
Reviewed-on: https://gerrit.libreoffice.org/61785
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/res_ErrorBar.cxx | 2 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/tp_ChartType.cxx | 1 | ||||
-rw-r--r-- | chart2/source/controller/dialogs/tp_DataSourceControls.cxx | 1 |
3 files changed, 0 insertions, 4 deletions
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" |