summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appbas.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-04-18 00:05:25 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-18 09:38:28 +0200
commit00ff4d198313265ba736a6e234b4278166d1c3e4 (patch)
tree674ebff7497f7f39cc5b65061bf3a35f085a2844 /sfx2/source/appl/appbas.cxx
parent40eb7f2d7ca5e4a60c9a5a62ddd202d7807cdb9f (diff)
tdf#42949 Remove unnecessary localization headers of sfx2
Found by searching for the header names and the localization functions: git grep -l -e \<sfx2/sfxresid.hxx\> -e \<sfx2/strings.hrc\> | xargs grep -c -e SfxResId -e GetResString | grep :0$ | grep -v /pch Change-Id: If0571ae4029b5fb2699cdd6ea768d3cd240bdce3 Reviewed-on: https://gerrit.libreoffice.org/53073 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/source/appl/appbas.cxx')
-rw-r--r--sfx2/source/appl/appbas.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/appbas.cxx b/sfx2/source/appl/appbas.cxx
index 98392536c58f..8ed394cb99f0 100644
--- a/sfx2/source/appl/appbas.cxx
+++ b/sfx2/source/appl/appbas.cxx
@@ -48,7 +48,6 @@
#include <arrdecl.hxx>
#include <sfx2/app.hxx>
#include <sfxtypes.hxx>
-#include <sfx2/sfxresid.hxx>
#include <sfx2/msg.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/progress.hxx>
@@ -59,7 +58,6 @@
#include <sfx2/dispatch.hxx>
#include <sfx2/tplpitem.hxx>
#include <sfx2/minfitem.hxx>
-#include <sfx2/strings.hrc>
#include <sfx2/evntconf.hxx>
#include <sfx2/request.hxx>
#include <appdata.hxx>