summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-15 02:24:13 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 15:20:12 +0100
commit73bfe83a3985df447d4fd6b443277aac21cd9913 (patch)
tree4b0284682444bd25f489775546e5a023fda06919 /svtools/source/dialogs
parent4fae455fcdb0242b568b88f51726bd1596e100b0 (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 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index b1df44bdf245..1a3377da5358 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -21,7 +21,6 @@
#include <memory>
#include <svtools/addresstemplate.hxx>
#include <svtools/strings.hrc>
-#include <svtools/helpids.h>
#include <svtools/svtresid.hxx>
#include <tools/debug.hxx>
#include <comphelper/interaction.hxx>