summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-03-31 19:49:30 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-03 09:40:49 +0200
commit14198f2191f216592f00b72221771704b3ce4636 (patch)
tree62c8fb0d2925cea451a632c07a44eda5c87e3c82 /sd/source/ui/inc
parent07ec28da82c8e965558e020651be13033653c648 (diff)
tdf#42949 Remove unnecessary localization headers from sd
Found by searching for the header names and the localization function: git grep -l -e \<sdresid.hxx\> -e \<strings.hrc\> sd | xargs grep -c SdResId | grep :0$ | grep -v /pch Change-Id: Ibcd9b8403c398ec205c9bcc2ed1f04a7ef6a37aa Reviewed-on: https://gerrit.libreoffice.org/52199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r--sd/source/ui/inc/animobjs.hxx1
-rw-r--r--sd/source/ui/inc/ins_paste.hxx1
-rw-r--r--sd/source/ui/inc/layeroptionsdlg.hxx2
-rw-r--r--sd/source/ui/inc/prltempl.hxx1
-rw-r--r--sd/source/ui/inc/sdtreelb.hxx1
5 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx
index a232b87fd295..a29440f5f7b0 100644
--- a/sd/source/ui/inc/animobjs.hxx
+++ b/sd/source/ui/inc/animobjs.hxx
@@ -33,7 +33,6 @@
#include <vcl/lstbox.hxx>
-#include <sdresid.hxx>
#include <misc/scopelock.hxx>
class SdDrawDocument;
diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx
index a16398b755f7..2ea57eee2e05 100644
--- a/sd/source/ui/inc/ins_paste.hxx
+++ b/sd/source/ui/inc/ins_paste.hxx
@@ -25,7 +25,6 @@
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
#include <vcl/dialog.hxx>
-#include <sdresid.hxx>
// SdInsertPasteDlg
class SD_DLLPUBLIC SdInsertPasteDlg : public ModalDialog
diff --git a/sd/source/ui/inc/layeroptionsdlg.hxx b/sd/source/ui/inc/layeroptionsdlg.hxx
index db99a40ab9c1..318aa749d595 100644
--- a/sd/source/ui/inc/layeroptionsdlg.hxx
+++ b/sd/source/ui/inc/layeroptionsdlg.hxx
@@ -27,8 +27,6 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/vclmedit.hxx>
-#include <sdresid.hxx>
-#include <strings.hrc>
class SfxItemSet;
diff --git a/sd/source/ui/inc/prltempl.hxx b/sd/source/ui/inc/prltempl.hxx
index db31df5e340f..272f33334df2 100644
--- a/sd/source/ui/inc/prltempl.hxx
+++ b/sd/source/ui/inc/prltempl.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SD_SOURCE_UI_INC_PRLTEMPL_HXX
#define INCLUDED_SD_SOURCE_UI_INC_PRLTEMPL_HXX
-#include <sdresid.hxx>
#include <sfx2/tabdlg.hxx>
#include <svx/tabarea.hxx>
diff --git a/sd/source/ui/inc/sdtreelb.hxx b/sd/source/ui/inc/sdtreelb.hxx
index b358e376672b..ccfc59d2e95e 100644
--- a/sd/source/ui/inc/sdtreelb.hxx
+++ b/sd/source/ui/inc/sdtreelb.hxx
@@ -22,7 +22,6 @@
#include <svtools/transfer.hxx>
-#include <sdresid.hxx>
#include <pres.hxx>
#include <sddllapi.h>
#include <svtools/treelistbox.hxx>