summaryrefslogtreecommitdiff
path: root/sw/source/ui/config
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-21 00:03:22 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 15:20:47 +0100
commitf38c49cdc9df7acedcf08b895f4c99be85d6aa80 (patch)
treee4aa71e7bdc14522e855fde1c77131103efa0570 /sw/source/ui/config
parent73bfe83a3985df447d4fd6b443277aac21cd9913 (diff)
tdf#42949 Remove unneeded helpids.h headers (3/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 directory sw. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I100fd818b0e68eaaecbfaf7c7b58e95dea489aeb Reviewed-on: https://gerrit.libreoffice.org/46870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/ui/config')
-rw-r--r--sw/source/ui/config/mailconfigpage.cxx1
-rw-r--r--sw/source/ui/config/optload.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx
index ec2ad5db503a..5cd8ebe377ef 100644
--- a/sw/source/ui/config/mailconfigpage.cxx
+++ b/sw/source/ui/config/mailconfigpage.cxx
@@ -35,7 +35,6 @@
#include <globals.hrc>
#include <dbui.hrc>
#include <bitmaps.hlst>
-#include <helpids.h>
using namespace ::com::sun::star;
using namespace ::com::sun::star::lang;
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx
index 9ef014b0aca2..7803dde3094f 100644
--- a/sw/source/ui/config/optload.cxx
+++ b/sw/source/ui/config/optload.cxx
@@ -20,7 +20,6 @@
#include <officecfg/Office/Writer.hxx>
#include <comphelper/string.hxx>
#include <swtypes.hxx>
-#include <helpids.h>
#include <uiitems.hxx>
#include <modcfg.hxx>
#include <swmodule.hxx>