diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-03-18 00:06:17 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-05 16:09:36 +0200 |
commit | 158254119b7b20f5e4f825dc3c1e80c1efb91c95 (patch) | |
tree | 8cac0439f3cb0f2741fbd2ab87d44dc50636d598 | |
parent | 6c5aa32a3ca51f9feecf2ed59944080e766b9ac2 (diff) |
tdf#42949 Remove unnecessary localization headers from basctl
Found by searching for the header names and the localization function:
git grep -l -e \<iderid.hxx\> -e \<strings.hrc\> basctl | xargs grep -c IDEResId | grep :0$ | grep -v /pch
Change-Id: I998804af3ac542b38cab6b20bd441978a9a6f8ff
Reviewed-on: https://gerrit.libreoffice.org/52408
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r-- | basctl/source/basicide/basdoc.hxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/bastype3.cxx | 1 | ||||
-rw-r--r-- | basctl/source/basicide/bastype3.hxx | 1 | ||||
-rw-r--r-- | basctl/source/dlged/dlgedobj.cxx | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/basctl/source/basicide/basdoc.hxx b/basctl/source/basicide/basdoc.hxx index 9a2d42dd566f..be56f09e588f 100644 --- a/basctl/source/basicide/basdoc.hxx +++ b/basctl/source/basicide/basdoc.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASDOC_HXX #define INCLUDED_BASCTL_SOURCE_BASICIDE_BASDOC_HXX -#include <iderid.hxx> #include <sfx2/docfac.hxx> #include <svx/ifaceids.hxx> #include <vcl/vclptr.hxx> diff --git a/basctl/source/basicide/bastype3.cxx b/basctl/source/basicide/bastype3.cxx index 7d6df0153b6c..2b8e3f79d8e3 100644 --- a/basctl/source/basicide/bastype3.cxx +++ b/basctl/source/basicide/bastype3.cxx @@ -20,7 +20,6 @@ #include <basic/basmgr.hxx> #include <basic/sbmod.hxx> #include <bastype2.hxx> -#include <strings.hrc> #include <bitmaps.hlst> #include <bastypes.hxx> #include <com/sun/star/script/XLibraryContainer.hpp> diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx index 5d002e4ca90b..19887f9f7dc7 100644 --- a/basctl/source/basicide/bastype3.hxx +++ b/basctl/source/basicide/bastype3.hxx @@ -20,7 +20,6 @@ #define INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX #include <svtools/svmedit.hxx> -#include <iderid.hxx> #include <vcl/accel.hxx> namespace basctl diff --git a/basctl/source/dlged/dlgedobj.cxx b/basctl/source/dlged/dlgedobj.cxx index 96e03bd0690a..41158fed7273 100644 --- a/basctl/source/dlged/dlgedobj.cxx +++ b/basctl/source/dlged/dlgedobj.cxx @@ -27,10 +27,8 @@ #include <dlgedobj.hxx> #include <dlgedpage.hxx> #include <dlgedview.hxx> -#include <iderid.hxx> #include <localizationmgr.hxx> #include <strings.hxx> -#include <strings.hrc> #include <com/sun/star/beans/NamedValue.hpp> #include <com/sun/star/form/binding/XBindableValue.hpp> |