From 158254119b7b20f5e4f825dc3c1e80c1efb91c95 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 18 Mar 2018 00:06:17 +0100 Subject: tdf#42949 Remove unnecessary localization headers from basctl Found by searching for the header names and the localization function: git grep -l -e \ -e \ basctl | xargs grep -c IDEResId | grep :0$ | grep -v /pch Change-Id: I998804af3ac542b38cab6b20bd441978a9a6f8ff Reviewed-on: https://gerrit.libreoffice.org/52408 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- 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(-) 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 #include #include #include 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 #include #include -#include #include #include #include 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 -#include #include 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 #include #include -#include #include #include -#include #include #include -- cgit