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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/source/doc/objmisc.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/doc/objxtor.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/toolbox/tbxitem.cxx | 1 | ||||
-rw-r--r-- | sfx2/source/view/viewprn.cxx | 2 |
5 files changed, 0 insertions, 7 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index ff504a1d448b..52af0eb7a3c1 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -103,7 +103,6 @@ #include <helper.hxx> #include <sfx2/strings.hrc> #include <workwin.hxx> -#include <helpids.h> #include <sfx2/sfxdlg.hxx> #include <appbaslib.hxx> #include <openflag.hxx> diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 50fa6bc2b5f1..51e1a1ecfe16 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -96,8 +96,6 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> -#include <helpids.h> - #include <guisaveas.hxx> #include <sfx2/saveastemplatedlg.hxx> #include <memory> diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index 959666dfcc74..f22557e7ce24 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -90,7 +90,6 @@ #include <basic/basmgr.hxx> #include <svtools/strings.hrc> #include <sfx2/QuerySaveDocument.hxx> -#include <helpids.h> #include <sfx2/msg.hxx> #include <appbaslib.hxx> #include <sfx2/sfxbasemodel.hxx> diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 9dfa94a8eafa..a257a4836ac4 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -78,7 +78,6 @@ #include <sfx2/frmhtmlw.hxx> #include <sfx2/app.hxx> #include <sfx2/unoctitm.hxx> -#include <helpids.h> #include <workwin.hxx> #include <ctrlfactoryimpl.hxx> diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index 39c5dd2b75aa..18557a41e1a1 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -50,8 +50,6 @@ #include <toolkit/awt/vclxdevice.hxx> -#include <helpids.h> - using namespace com::sun::star; using namespace com::sun::star::uno; |