summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/fprogressbar.hxx
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/filter/inc/fprogressbar.hxx
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/filter/inc/fprogressbar.hxx')
-rw-r--r--sc/source/filter/inc/fprogressbar.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/inc/fprogressbar.hxx b/sc/source/filter/inc/fprogressbar.hxx
index ae6f7f9c96cf..6e8946985e58 100644
--- a/sc/source/filter/inc/fprogressbar.hxx
+++ b/sc/source/filter/inc/fprogressbar.hxx
@@ -22,7 +22,6 @@
#include <vector>
#include <memory>
-#include <globstr.hrc>
#include "ftools.hxx"
#include <scdllapi.h>