diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-26 01:49:01 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-17 09:07:54 +0200 |
commit | b3f094c2573de12bf3d386f19b924b536cb89af0 (patch) | |
tree | 9127ca0ae3bbbfdd7d516798057b40f138782aa2 /sw/source/uibase/index | |
parent | e4b335fac90a2128a5df3641050d6382883de1e8 (diff) |
tdf#42949 Remove unnecessary localization headers from sw
Found by searching for the header names and the localization function:
git grep -l -e \<strings.hrc\> sw | xargs grep -c -e SwResId -e StartProgress -e GetResource | grep :0$ | grep -v /pch
Change-Id: I041a4e8b4c4cc7414f83bd08e64a1ff921244b44
Reviewed-on: https://gerrit.libreoffice.org/52919
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/index')
-rw-r--r-- | sw/source/uibase/index/idxmrk.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/index/idxmrk.cxx b/sw/source/uibase/index/idxmrk.cxx index e1f37c9ca245..5435d176dc17 100644 --- a/sw/source/uibase/index/idxmrk.cxx +++ b/sw/source/uibase/index/idxmrk.cxx @@ -35,7 +35,6 @@ #include <swmodule.hxx> #include <fldmgr.hxx> #include <fldbas.hxx> -#include <strings.hrc> #include <swcont.hxx> #include <svl/cjkoptions.hxx> #include <ndtxt.hxx> |