diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-18 15:31:06 +0100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2018-04-05 22:01:05 +0200 |
commit | e0aabd9c88897d64d1ce0eb294fb8352ce7f25e9 (patch) | |
tree | 33c40d766e64f61832492c286922578122107a30 /chart2/source/controller/main/ChartController_Position.cxx | |
parent | 6eb0c740603c2ea7326e4b9cbfeab144e4a2b781 (diff) |
tdf#42949 Remove unnecessary localization headers from chart2
Found by searching for the header names and the localization function:
git grep -l -e \<ResId.hxx\> -e \<strings.hrc\> chart2 | xargs grep -c SchResId | grep :0$ | grep -v /pch
Change-Id: Ic4fd9245a7e4c3dc96216687f6f8e9820e062a5e
Reviewed-on: https://gerrit.libreoffice.org/52410
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'chart2/source/controller/main/ChartController_Position.cxx')
-rw-r--r-- | chart2/source/controller/main/ChartController_Position.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/controller/main/ChartController_Position.cxx b/chart2/source/controller/main/ChartController_Position.cxx index 3c11b591d469..37b0ef9ef208 100644 --- a/chart2/source/controller/main/ChartController_Position.cxx +++ b/chart2/source/controller/main/ChartController_Position.cxx @@ -24,7 +24,6 @@ #include <PositionAndSizeHelper.hxx> #include <ChartModelHelper.hxx> #include "UndoGuard.hxx" -#include <strings.hrc> #include <ObjectNameProvider.hxx> #include <DiagramHelper.hxx> #include <chartview/ExplicitValueProvider.hxx> |