diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-12-15 02:24:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:20:12 +0100 |
commit | 73bfe83a3985df447d4fd6b443277aac21cd9913 (patch) | |
tree | 4b0284682444bd25f489775546e5a023fda06919 /svx/source/dialog | |
parent | 4fae455fcdb0242b568b88f51726bd1596e100b0 (diff) |
tdf#42949 Remove unneeded helpids.h headers (2/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 r* - svx*.
Found with:
git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$
Change-Id: I81bdb80161b0207f5df651eb17c58caef44250d3
Reviewed-on: https://gerrit.libreoffice.org/46869
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/ctredlin.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/svxbmpnumvalueset.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index fa95f3badf17..96b1cd5b347d 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -34,7 +34,6 @@ #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <svx/ctredlin.hxx> -#include <helpids.h> #define WRITER_DATE 2 #define CALC_DATE 3 diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index 6e5c52aa1484..e03d181fdf8b 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -22,7 +22,6 @@ #include <i18nlangtag/mslangid.hxx> #include <svtools/valueset.hxx> #include <svl/languageoptions.hxx> -#include <helpids.h> #include <editeng/numitem.hxx> #include <svl/eitem.hxx> #include <vcl/svapp.hxx> |