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 /sc | |
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 'sc')
-rw-r--r-- | sc/source/core/data/docpool.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/cctrl/tbzoomsliderctrl.cxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/docpool.cxx b/sc/source/core/data/docpool.cxx index 390d557dbc60..76e527683d8a 100644 --- a/sc/source/core/data/docpool.cxx +++ b/sc/source/core/data/docpool.cxx @@ -40,7 +40,6 @@ #include <editeng/contouritem.hxx> #include <editeng/colritem.hxx> #include <editeng/crossedoutitem.hxx> -#include <svx/dialmgr.hxx> #include <editeng/emphasismarkitem.hxx> #include <editeng/fhgtitem.hxx> #include <editeng/fontitem.hxx> diff --git a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx index 6b8980ae2905..02657aec409c 100644 --- a/sc/source/ui/cctrl/tbzoomsliderctrl.cxx +++ b/sc/source/ui/cctrl/tbzoomsliderctrl.cxx @@ -27,8 +27,6 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/objsh.hxx> #include <svx/zoomslideritem.hxx> -#include <svx/dialmgr.hxx> -#include <svx/dialogs.hrc> #include <set> #include <docsh.hxx> #include <stlpool.hxx> |