summaryrefslogtreecommitdiff
path: root/sd/source
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 /sd/source
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 'sd/source')
-rw-r--r--sd/source/ui/annotations/annotationmanager.cxx1
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx1
-rw-r--r--sd/source/ui/unoidl/unoobj.cxx1
-rw-r--r--sd/source/ui/view/ViewShellImplementation.cxx1
-rw-r--r--sd/source/ui/view/ViewTabBar.cxx1
-rw-r--r--sd/source/ui/view/drviews1.cxx2
-rw-r--r--sd/source/ui/view/drviewsc.cxx1
-rw-r--r--sd/source/ui/view/sdwindow.cxx1
-rw-r--r--sd/source/ui/view/viewoverlaymanager.cxx1
-rw-r--r--sd/source/ui/view/viewshel.cxx1
10 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index ce3a9075e5cb..c47c123eae25 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -78,7 +78,6 @@
#include <sdresid.hxx>
#include <EventMultiplexer.hxx>
#include <ViewShellManager.hxx>
-#include <helpids.h>
#include <sdpage.hxx>
#include <drawdoc.hxx>
#include <textapi.hxx>
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index 55fee0870827..970a9a2e1ce3 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -34,7 +34,6 @@
#include <vcl/fixed.hxx>
#include <vcl/layout.hxx>
-#include <helpids.h>
#include <Outliner.hxx>
#include <headerfooterdlg.hxx>
#include <DrawDocShell.hxx>
diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx
index 2b0b22635c84..a3e841e34bbc 100644
--- a/sd/source/ui/unoidl/unoobj.cxx
+++ b/sd/source/ui/unoidl/unoobj.cxx
@@ -70,7 +70,6 @@
#include <unokywds.hxx>
#include <unopage.hxx>
#include <DrawDocShell.hxx>
-#include <helpids.h>
#include <glob.hxx>
#include <strings.hrc>
#include "unolayer.hxx"
diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx
index d6510431df05..1989c3525ee8 100644
--- a/sd/source/ui/view/ViewShellImplementation.cxx
+++ b/sd/source/ui/view/ViewShellImplementation.cxx
@@ -26,7 +26,6 @@
#include <sdresid.hxx>
#include <strings.hrc>
#include <app.hrc>
-#include <helpids.h>
#include <sdattr.hxx>
#include <sdabstdlg.hxx>
#include <unmodpg.hxx>
diff --git a/sd/source/ui/view/ViewTabBar.cxx b/sd/source/ui/view/ViewTabBar.cxx
index 18ae719434c8..2deb82b6dab6 100644
--- a/sd/source/ui/view/ViewTabBar.cxx
+++ b/sd/source/ui/view/ViewTabBar.cxx
@@ -29,7 +29,6 @@
#include <sdresid.hxx>
#include <strings.hrc>
-#include <helpids.h>
#include <Client.hxx>
#include <vcl/svapp.hxx>
#include <vcl/tabpage.hxx>
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index 95f6ceac6084..73f2b0740db6 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -50,8 +50,6 @@
#include <strings.hrc>
#include <app.hrc>
-#include <helpids.h>
-
#include <sdmod.hxx>
#include <fupoor.hxx>
#include <sdresid.hxx>
diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx
index ea02a7e60caa..e7d25768052c 100644
--- a/sd/source/ui/view/drviewsc.cxx
+++ b/sd/source/ui/view/drviewsc.cxx
@@ -41,7 +41,6 @@
#include <app.hrc>
#include <strings.hrc>
-#include <helpids.h>
#include <Window.hxx>
#include <imapinfo.hxx>
#include <sdresid.hxx>
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx
index f916769b4f9c..a065a497f478 100644
--- a/sd/source/ui/view/sdwindow.cxx
+++ b/sd/source/ui/view/sdwindow.cxx
@@ -29,7 +29,6 @@
#include <editeng/editeng.hxx>
#include <app.hrc>
-#include <helpids.h>
#include <ViewShell.hxx>
#include <DrawViewShell.hxx>
#include <View.hxx>
diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx
index 77467193d60c..7db5e61a6929 100644
--- a/sd/source/ui/view/viewoverlaymanager.cxx
+++ b/sd/source/ui/view/viewoverlaymanager.cxx
@@ -46,7 +46,6 @@
#include <sdresid.hxx>
#include <EventMultiplexer.hxx>
#include <ViewShellManager.hxx>
-#include <helpids.h>
#include <sdpage.hxx>
#include <drawdoc.hxx>
#include <smarttag.hxx>
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index 7744f3fd6976..f79d83e4fea8 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -42,7 +42,6 @@
#include <sdxfer.hxx>
#include <app.hrc>
-#include <helpids.h>
#include <OutlineView.hxx>
#include <Client.hxx>