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 /svx/source/tbxctrls | |
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 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/SvxColorChildWindow.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/SvxPresetListBox.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/fillctrl.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/itemwin.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/verttexttbxctrl.cxx | 2 |
6 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/tbxctrls/SvxColorChildWindow.cxx b/svx/source/tbxctrls/SvxColorChildWindow.cxx index f236c0d9971d..be56d5c0cc26 100644 --- a/svx/source/tbxctrls/SvxColorChildWindow.cxx +++ b/svx/source/tbxctrls/SvxColorChildWindow.cxx @@ -20,9 +20,7 @@ #include <svx/SvxColorChildWindow.hxx> #include <sfx2/dockwin.hxx> #include <svx/svxids.hrc> -#include <svx/strings.hrc> #include <svx/colrctrl.hxx> -#include <svx/dialmgr.hxx> SFX_IMPL_DOCKINGWINDOW_WITHID( SvxColorChildWindow, SID_COLOR_CONTROL ) diff --git a/svx/source/tbxctrls/SvxPresetListBox.cxx b/svx/source/tbxctrls/SvxPresetListBox.cxx index 212e51f85653..fd320d81009c 100644 --- a/svx/source/tbxctrls/SvxPresetListBox.cxx +++ b/svx/source/tbxctrls/SvxPresetListBox.cxx @@ -23,8 +23,6 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/image.hxx> -#include <svx/strings.hrc> -#include <svx/dialmgr.hxx> #include <vcl/menu.hxx> #include <vcl/popupmenuwindow.hxx> diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index d41058d73a21..7d4be49160c1 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -26,7 +26,6 @@ #include <rtl/ustring.hxx> #include <vcl/settings.hxx> #include <vcl/toolbox.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #define TMP_STR_BEGIN "[" @@ -37,7 +36,6 @@ #include <svx/xtable.hxx> #include <svx/fillctrl.hxx> #include <svx/itemwin.hxx> -#include <svx/dialmgr.hxx> #include <memory> #include <o3tl/make_unique.hxx> diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 9c14f76826a9..4a3def8fb809 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -29,7 +29,6 @@ #include <vcl/settings.hxx> #include <vcl/builderfactory.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #define DELAY_TIMEOUT 100 @@ -40,7 +39,6 @@ #include <svx/xlndsit.hxx> #include <svx/xtable.hxx> #include <svx/drawitem.hxx> -#include <svx/dialmgr.hxx> #include <svx/dlgutil.hxx> #include <svx/itemwin.hxx> #include <svx/linectrl.hxx> diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index 2d0dc4c745be..06b9498ebc5f 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -26,8 +26,6 @@ #include <sfx2/viewfrm.hxx> #include <vcl/toolbox.hxx> -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <svx/tbxctl.hxx> #include <svx/tbxcolor.hxx> #include <com/sun/star/frame/XLayoutManager.hpp> diff --git a/svx/source/tbxctrls/verttexttbxctrl.cxx b/svx/source/tbxctrls/verttexttbxctrl.cxx index 727fde8ebd45..24dda13495e9 100644 --- a/svx/source/tbxctrls/verttexttbxctrl.cxx +++ b/svx/source/tbxctrls/verttexttbxctrl.cxx @@ -18,8 +18,6 @@ */ -#include <svx/dialmgr.hxx> -#include <svx/strings.hrc> #include <svx/svxids.hrc> #include <svx/verttexttbxctrl.hxx> #include <svl/languageoptions.hxx> |