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/Accessibility/AccessiblePreviewHeaderCell.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/Accessibility/AccessiblePreviewHeaderCell.cxx')
-rw-r--r-- | sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx index 6ba7b9e1e527..80eb03c026a5 100644 --- a/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx +++ b/sc/source/ui/Accessibility/AccessiblePreviewHeaderCell.cxx @@ -30,8 +30,6 @@ #include <prevwsh.hxx> #include <miscuno.hxx> #include <prevloc.hxx> -#include <scresid.hxx> -#include <strings.hrc> #include <strings.hxx> #include <com/sun/star/accessibility/AccessibleRole.hpp> |