[Libreoffice-commits] core.git: basctl/source

Gabor Kelemen kelemeng at ubuntu.com
Thu Apr 5 14:10:05 UTC 2018


 basctl/source/basicide/basdoc.hxx   |    1 -
 basctl/source/basicide/bastype3.cxx |    1 -
 basctl/source/basicide/bastype3.hxx |    1 -
 basctl/source/dlged/dlgedobj.cxx    |    2 --
 4 files changed, 5 deletions(-)

New commits:
commit 158254119b7b20f5e4f825dc3c1e80c1efb91c95
Author: Gabor Kelemen <kelemeng at ubuntu.com>
Date:   Sun Mar 18 00:06:17 2018 +0100

    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 at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

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>


More information about the Libreoffice-commits mailing list