summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-14 14:50:33 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 15:19:36 +0100
commit4fae455fcdb0242b568b88f51726bd1596e100b0 (patch)
treebc717501df92732f1d52475bd5b9ba6e3d1cc541 /cui/source/customize
parentc35d44ff72eb00c9f572870734e4d1832e8d9a5e (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 'cui/source/customize')
-rw-r--r--cui/source/customize/cfg.cxx1
-rw-r--r--cui/source/customize/cfgutil.cxx1
-rw-r--r--cui/source/customize/eventdlg.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 4e194ba4cc05..2711eb1d5912 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -52,7 +52,6 @@
#include <toolkit/helper/vclunohelper.hxx>
#include <algorithm>
-#include <helpids.h>
#include <strings.hrc>
#include <acccfg.hxx>
diff --git a/cui/source/customize/cfgutil.cxx b/cui/source/customize/cfgutil.cxx
index 9c200c4b3311..c28270bf4905 100644
--- a/cui/source/customize/cfgutil.cxx
+++ b/cui/source/customize/cfgutil.cxx
@@ -36,7 +36,6 @@
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/ui/theUICategoryDescription.hpp>
-#include <helpids.h>
#include <basic/sbx.hxx>
#include <basic/basicmanagerrepository.hxx>
#include <basic/sbstar.hxx>
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index d96325931e71..f8145eb1deaf 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -45,7 +45,6 @@
#include "macropg_impl.hxx"
#include <dialmgr.hxx>
-#include <helpids.h>
#include <cfgutil.hxx>
#include <cfg.hxx>