diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-12-14 14:50:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:19:36 +0100 |
commit | 4fae455fcdb0242b568b88f51726bd1596e100b0 (patch) | |
tree | bc717501df92732f1d52475bd5b9ba6e3d1cc541 /chart2 | |
parent | c35d44ff72eb00c9f572870734e4d1832e8d9a5e (diff) |
tdf#42949 Remove unneeded helpids.h headers (1/3)
A side effect of the .ui migration is that we use a lot less HIDs
in the code. A lot of files still contain helpids.h includes
even if no actual HID is referenced.
This cleans up directories b* - e*.
Found with:
git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$
Change-Id: I221d22f68584115d71660a97c4f108595625d12c
Reviewed-on: https://gerrit.libreoffice.org/46868
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'chart2')
5 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx index 06680ce8965a..5e950e9e9b32 100644 --- a/chart2/source/controller/dialogs/ChartTypeDialogController.cxx +++ b/chart2/source/controller/dialogs/ChartTypeDialogController.cxx @@ -19,7 +19,6 @@ #include "ChartTypeDialogController.hxx" #include <ResId.hxx> -#include <helpids.h> #include <strings.hrc> #include <bitmaps.hlst> #include <ChartModelHelper.hxx> diff --git a/chart2/source/controller/dialogs/dlg_DataSource.cxx b/chart2/source/controller/dialogs/dlg_DataSource.cxx index 43f7d41a4866..0c666cba08c7 100644 --- a/chart2/source/controller/dialogs/dlg_DataSource.cxx +++ b/chart2/source/controller/dialogs/dlg_DataSource.cxx @@ -23,7 +23,6 @@ #include "ChartTypeTemplateProvider.hxx" #include <DiagramHelper.hxx> #include "DialogModel.hxx" -#include <helpids.h> #include "tp_RangeChooser.hxx" #include "tp_DataSource.hxx" diff --git a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx index 02d76fd5a847..a8e514582fc1 100644 --- a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx +++ b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.cxx @@ -21,7 +21,6 @@ #include <ResId.hxx> #include <chartview/ChartSfxItemIds.hxx> -#include <helpids.h> #include <ObjectNameProvider.hxx> #include <svl/eitem.hxx> diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.cxx b/chart2/source/controller/dialogs/tp_TitleRotation.cxx index ae304b22d24e..d107ffdbf43c 100644 --- a/chart2/source/controller/dialogs/tp_TitleRotation.cxx +++ b/chart2/source/controller/dialogs/tp_TitleRotation.cxx @@ -22,7 +22,6 @@ #include <ResId.hxx> #include "TabPageIds.h" #include <chartview/ChartSfxItemIds.hxx> -#include <helpids.h> #include <editeng/eeitem.hxx> #include <editeng/frmdiritem.hxx> diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx index ac79b0c45f39..5814b32dda09 100644 --- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx +++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.cxx @@ -22,7 +22,6 @@ #include <res_Titles.hxx> #include <res_LegendPosition.hxx> #include <ResId.hxx> -#include <helpids.h> #include <ChartModelHelper.hxx> #include <AxisHelper.hxx> #include <LegendHelper.hxx> |