diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-28 00:13:28 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-04-16 10:12:10 +0200 |
commit | 104b26b246c94c8c66864b20d00e419d96b15961 (patch) | |
tree | cc1a40134037ba0ec980b1f4e8844acbe3d9c4b3 /sc/source/ui/optdlg/tpcalc.cxx | |
parent | 74b6e61dde64c5e24bffacda6f67dbf3d1fc7032 (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/optdlg/tpcalc.cxx')
-rw-r--r-- | sc/source/ui/optdlg/tpcalc.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx index 4e03a51f0f92..af66b3e3c5f2 100644 --- a/sc/source/ui/optdlg/tpcalc.cxx +++ b/sc/source/ui/optdlg/tpcalc.cxx @@ -28,7 +28,6 @@ #include <docsh.hxx> #include <document.hxx> #include <docoptio.hxx> -#include <scresid.hxx> #include <sc.hrc> #include <officecfg/Office/Calc.hxx> |