diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-04-21 07:36:30 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-25 14:29:15 +0200 |
commit | c9d1d4092a93405028b0a22a459635607646363a (patch) | |
tree | a82d05539449a425fed651f6723522164bac2591 /sd | |
parent | 90c91b824c2b362b43bdd2f8d8d647867d8fe612 (diff) |
tdf#42949 Remove unnecessary localization headers of svx
Found by searching for the header names and the localization functions:
git grep -l -e \<svx/dialmgr.hxx\> -e \<svx/strings.hrc\> -e svdglob.hxx |
xargs grep -c -e SvxResId -e SvxResLocale -e ImpGetResStr | grep :0$ | grep -v /pch
Change-Id: I45c979589165086288030031e713d536005a9833
Reviewed-on: https://gerrit.libreoffice.org/53241
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc2.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/docshell/docshel3.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fuconcs.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsClipboard.cxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/core/drawdoc2.cxx b/sd/source/core/drawdoc2.cxx index 3a0cc03e341c..13aa8af413c0 100644 --- a/sd/source/core/drawdoc2.cxx +++ b/sd/source/core/drawdoc2.cxx @@ -39,7 +39,6 @@ #include <sfx2/linkmgr.hxx> #include <editeng/editdata.hxx> #include <svx/dialogs.hrc> -#include <svx/dialmgr.hxx> #include <editeng/outliner.hxx> #include <svx/svditer.hxx> diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 4012cf686649..523d869ed683 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -56,7 +56,6 @@ #include <sfx2/objsh.hxx> #include <svx/svxids.hrc> -#include <svx/dialmgr.hxx> #include <editeng/flstitem.hxx> #include <svx/drawitem.hxx> diff --git a/sd/source/ui/docshell/docshel3.cxx b/sd/source/ui/docshell/docshel3.cxx index ec792d01bbe6..e482e5f13b83 100644 --- a/sd/source/ui/docshell/docshel3.cxx +++ b/sd/source/ui/docshell/docshel3.cxx @@ -27,7 +27,6 @@ #include <svx/ofaitem.hxx> #include <svx/svxerr.hxx> -#include <svx/dialmgr.hxx> #include <svl/srchitem.hxx> #include <svl/languageoptions.hxx> #include <svtools/langtab.hxx> diff --git a/sd/source/ui/func/fuconcs.cxx b/sd/source/ui/func/fuconcs.cxx index 97a60a302c11..415a58c22ccc 100644 --- a/sd/source/ui/func/fuconcs.cxx +++ b/sd/source/ui/func/fuconcs.cxx @@ -22,7 +22,6 @@ #include <svx/svxids.hrc> #include <svx/dialogs.hrc> -#include <svx/dialmgr.hxx> #include <app.hrc> #include <svl/aeitem.hxx> diff --git a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx index 3c68d26836c8..fb12640c8b1e 100644 --- a/sd/source/ui/slidesorter/controller/SlsClipboard.cxx +++ b/sd/source/ui/slidesorter/controller/SlsClipboard.cxx @@ -66,7 +66,6 @@ #include <sfx2/bindings.hxx> #include <sfx2/docfile.hxx> #include <svx/svxids.hrc> -#include <svx/strings.hrc> #include <tools/urlobj.hxx> #include <rtl/ustring.hxx> #include <vcl/svapp.hxx> |