summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh2.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-03-28 00:13:28 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-04-16 10:12:10 +0200
commit104b26b246c94c8c66864b20d00e419d96b15961 (patch)
treecc1a40134037ba0ec980b1f4e8844acbe3d9c4b3 /sc/source/ui/view/cellsh2.cxx
parent74b6e61dde64c5e24bffacda6f67dbf3d1fc7032 (diff)
tdf#42949 Remove unnecessary localization headers from sc
Found by searching for the header names and the localization function: git grep -l -e \<scresid.hxx\> -e \<strings.hrc\> sc | xargs grep -c ScResId | grep :0$ | grep -v /pch and git grep -l -e \<globstr.hrc\> sc | xargs grep -c GetRscString | grep :0$ | grep -v /pch since global.hxx contains so much more, it's omitted from this round. This also gives some false positives used in ErrorMessage() calls or just untranslated strings. Also translate some stray German comments Change-Id: Icfea2b2942d12c3c134d419cb7c9a84534c04a86 Reviewed-on: https://gerrit.libreoffice.org/52932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sc/source/ui/view/cellsh2.cxx')
-rw-r--r--sc/source/ui/view/cellsh2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
index 2965aa1c8354..63225e8e9b92 100644
--- a/sc/source/ui/view/cellsh2.cxx
+++ b/sc/source/ui/view/cellsh2.cxx
@@ -54,7 +54,6 @@
#include <reffact.hxx>
#include <validat.hxx>
#include <validate.hxx>
-#include <scresid.hxx>
#include <datamapper.hxx>
#include <scui_def.hxx>