summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewshel.cxx
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/view/viewshel.cxx
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/view/viewshel.cxx')
-rw-r--r--sd/source/ui/view/viewshel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index e72f15c44395..a9d30903b107 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -45,7 +45,6 @@
#include <OutlineView.hxx>
#include <Client.hxx>
-#include <sdresid.hxx>
#include <DrawDocShell.hxx>
#include <slideshow.hxx>
#include <drawdoc.hxx>
@@ -87,7 +86,6 @@
#include <editeng/editview.hxx>
#include <editeng/editeng.hxx>
#include <svl/poolitem.hxx>
-#include <strings.hrc>
#include <strings.hxx>
#include <AccessibleDocumentViewBase.hxx>