From 104b26b246c94c8c66864b20d00e419d96b15961 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 28 Mar 2018 00:13:28 +0200 Subject: tdf#42949 Remove unnecessary localization headers from sc Found by searching for the header names and the localization function: git grep -l -e \ -e \ sc | xargs grep -c ScResId | grep :0$ | grep -v /pch and git grep -l -e \ 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 Reviewed-by: Samuel Mehrbrodt --- sc/source/ui/optdlg/opredlin.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/source/ui/optdlg/opredlin.cxx') diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx index ba781c86e01c..4cee5bf1a1b6 100644 --- a/sc/source/ui/optdlg/opredlin.cxx +++ b/sc/source/ui/optdlg/opredlin.cxx @@ -32,10 +32,8 @@ #include #include #include -#include #include #include -#include #include -- cgit