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/shells | |
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/shells')
-rw-r--r-- | sw/source/uibase/shells/beziersh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/drformsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/drwbassh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/drwtxtex.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/drwtxtsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/grfsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/grfshex.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/listsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/mediash.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/navsh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/olesh.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/textdrw.cxx | 2 | ||||
-rw-r--r-- | sw/source/uibase/shells/textsh2.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/shells/txtattr.cxx | 1 |
14 files changed, 0 insertions, 15 deletions
diff --git a/sw/source/uibase/shells/beziersh.cxx b/sw/source/uibase/shells/beziersh.cxx index 5aba0fca58a1..db2476563b26 100644 --- a/sw/source/uibase/shells/beziersh.cxx +++ b/sw/source/uibase/shells/beziersh.cxx @@ -34,7 +34,6 @@ #include <globals.hrc> #include <drawbase.hxx> #include <beziersh.hxx> -#include <strings.hrc> #define ShellClass_SwBezierShell #include <sfx2/msg.hxx> #include <swslots.hxx> diff --git a/sw/source/uibase/shells/drformsh.cxx b/sw/source/uibase/shells/drformsh.cxx index 05c8ca93c7de..196cf2bea46f 100644 --- a/sw/source/uibase/shells/drformsh.cxx +++ b/sw/source/uibase/shells/drformsh.cxx @@ -39,7 +39,6 @@ #include <wrtsh.hxx> #include <cmdid.h> #include <globals.hrc> -#include <strings.hrc> #include <drwbassh.hxx> #include <drformsh.hxx> #include <svl/urihelper.hxx> diff --git a/sw/source/uibase/shells/drwbassh.cxx b/sw/source/uibase/shells/drwbassh.cxx index c3605a9ab451..d175ffefb7e6 100644 --- a/sw/source/uibase/shells/drwbassh.cxx +++ b/sw/source/uibase/shells/drwbassh.cxx @@ -47,7 +47,6 @@ #include <svx/svdogrp.hxx> #include <svx/svdpage.hxx> #include <svx/svditer.hxx> -#include <strings.hrc> #define ShellClass_SwDrawBaseShell #include <sfx2/msg.hxx> #include <swslots.hxx> diff --git a/sw/source/uibase/shells/drwtxtex.cxx b/sw/source/uibase/shells/drwtxtex.cxx index 76a7180f709b..f01775af4fe5 100644 --- a/sw/source/uibase/shells/drwtxtex.cxx +++ b/sw/source/uibase/shells/drwtxtex.cxx @@ -82,7 +82,6 @@ #include <langhelper.hxx> #include <chrdlgmodes.hxx> #include <pardlg.hxx> -#include <strings.hrc> #include <string.h> #include <swdtflvr.hxx> #include <swmodule.hxx> diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx index 78d9378da797..130af5052b3e 100644 --- a/sw/source/uibase/shells/drwtxtsh.cxx +++ b/sw/source/uibase/shells/drwtxtsh.cxx @@ -55,7 +55,6 @@ #include <cmdid.h> #include <globals.hrc> -#include <strings.hrc> #define ShellClass_SwDrawTextShell #include <sfx2/msg.hxx> diff --git a/sw/source/uibase/shells/grfsh.cxx b/sw/source/uibase/shells/grfsh.cxx index b4b460cc4c82..683c8a7344bf 100644 --- a/sw/source/uibase/shells/grfsh.cxx +++ b/sw/source/uibase/shells/grfsh.cxx @@ -62,7 +62,6 @@ #include <usrpref.hxx> #include <edtwin.hxx> #include <swwait.hxx> -#include <strings.hrc> #include <svx/extedit.hxx> #include <svx/graphichelper.hxx> #include <doc.hxx> diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index e31d5a148b62..ea73b2032ecd 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -24,7 +24,6 @@ #include <textsh.hxx> #include <viewopt.hxx> #include <swundo.hxx> -#include <strings.hrc> #include <caption.hxx> #include <vcl/graphicfilter.hxx> #include <sfx2/htmlmode.hxx> diff --git a/sw/source/uibase/shells/listsh.cxx b/sw/source/uibase/shells/listsh.cxx index 5dc107eb4740..220b1f3b0abf 100644 --- a/sw/source/uibase/shells/listsh.cxx +++ b/sw/source/uibase/shells/listsh.cxx @@ -37,7 +37,6 @@ #include <swmodule.hxx> #include <frmatr.hxx> #include <globals.hrc> -#include <strings.hrc> #include <uinums.hxx> #include <listsh.hxx> #include <poolfmt.hxx> diff --git a/sw/source/uibase/shells/mediash.cxx b/sw/source/uibase/shells/mediash.cxx index 2e9fa7010f4d..d28f804adccf 100644 --- a/sw/source/uibase/shells/mediash.cxx +++ b/sw/source/uibase/shells/mediash.cxx @@ -53,7 +53,6 @@ #include <usrpref.hxx> #include <edtwin.hxx> #include <swwait.hxx> -#include <strings.hrc> #include <sfx2/objface.hxx> #include <vcl/EnumContext.hxx> diff --git a/sw/source/uibase/shells/navsh.cxx b/sw/source/uibase/shells/navsh.cxx index 625d7c7055b4..cb3c7370722d 100644 --- a/sw/source/uibase/shells/navsh.cxx +++ b/sw/source/uibase/shells/navsh.cxx @@ -21,7 +21,6 @@ #include <edtwin.hxx> #include <globals.hrc> #include <navsh.hxx> -#include <strings.hrc> #define ShellClass_SwNavigationShell #include <swslots.hxx> #include <unomid.h> diff --git a/sw/source/uibase/shells/olesh.cxx b/sw/source/uibase/shells/olesh.cxx index 2e6123fec73d..c688072f9094 100644 --- a/sw/source/uibase/shells/olesh.cxx +++ b/sw/source/uibase/shells/olesh.cxx @@ -29,7 +29,6 @@ #include <olesh.hxx> #include <cmdid.h> -#include <strings.hrc> #define ShellClass_SwOleShell #include <sfx2/msg.hxx> diff --git a/sw/source/uibase/shells/textdrw.cxx b/sw/source/uibase/shells/textdrw.cxx index da6a3621576c..13e27d1a162c 100644 --- a/sw/source/uibase/shells/textdrw.cxx +++ b/sw/source/uibase/shells/textdrw.cxx @@ -32,8 +32,6 @@ #include <swundo.hxx> #include <basesh.hxx> -#include <strings.hrc> - #include <docsh.hxx> #include <sfx2/docfile.hxx> #include <svl/urihelper.hxx> diff --git a/sw/source/uibase/shells/textsh2.cxx b/sw/source/uibase/shells/textsh2.cxx index aa22d79fe830..2dc0dc528e89 100644 --- a/sw/source/uibase/shells/textsh2.cxx +++ b/sw/source/uibase/shells/textsh2.cxx @@ -45,7 +45,6 @@ #include <swtypes.hxx> #include <cmdid.h> #include <swevent.hxx> -#include <strings.hrc> #include <textsh.hxx> #include <swabstdlg.hxx> #include <dbui.hrc> diff --git a/sw/source/uibase/shells/txtattr.cxx b/sw/source/uibase/shells/txtattr.cxx index 64ed0aa509de..8178633720fb 100644 --- a/sw/source/uibase/shells/txtattr.cxx +++ b/sw/source/uibase/shells/txtattr.cxx @@ -52,7 +52,6 @@ #include <cmdid.h> #include <globals.h> -#include <strings.hrc> #include <SwStyleNameMapper.hxx> #include <swabstdlg.hxx> #include <outline.hxx> |