summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/api/Section.cxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-03-28 23:22:40 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-19 11:15:42 +0200
commite24a059906c9b7f399f0afcbfdcd5dd1aa663973 (patch)
tree74a9d5bc96ea2599f1bb4220f658ac3dfa9f421b /reportdesign/source/core/api/Section.cxx
parent9c29c693d21487bc93168419bdb5f125212bcc93 (diff)
tdf#42949 Remove unnecessary localization headers from reportdesign
Found by searching for the header names and the localization function: git grep -l -e \<core_resource.hxx\> -e \<strings.hrc\> reportdesign/ | xargs grep -c RptResId | grep :0$ | grep -v /pch A few false positives were omitted from the commit. Change-Id: I93a17a3edb2c9ab89a913c92541eafb250086201 Reviewed-on: https://gerrit.libreoffice.org/52910 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'reportdesign/source/core/api/Section.cxx')
-rw-r--r--reportdesign/source/core/api/Section.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/source/core/api/Section.cxx b/reportdesign/source/core/api/Section.cxx
index f1c4163e783e..9c53b15393c7 100644
--- a/reportdesign/source/core/api/Section.cxx
+++ b/reportdesign/source/core/api/Section.cxx
@@ -26,8 +26,6 @@
#include <com/sun/star/lang/NoSupportException.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <strings.hxx>
-#include <core_resource.hxx>
-#include <strings.hrc>
#include <Tools.hxx>
#include <RptModel.hxx>
#include <RptPage.hxx>