summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report
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/ui/report
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/ui/report')
-rw-r--r--reportdesign/source/ui/report/DesignView.cxx1
-rw-r--r--reportdesign/source/ui/report/ReportSection.cxx1
-rw-r--r--reportdesign/source/ui/report/StartMarker.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/reportdesign/source/ui/report/DesignView.cxx b/reportdesign/source/ui/report/DesignView.cxx
index b7d5c3fbac60..ca03d1e997ff 100644
--- a/reportdesign/source/ui/report/DesignView.cxx
+++ b/reportdesign/source/ui/report/DesignView.cxx
@@ -37,7 +37,6 @@
#include <ScrollHelper.hxx>
#include <Navigator.hxx>
#include <SectionWindow.hxx>
-#include <strings.hrc>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
diff --git a/reportdesign/source/ui/report/ReportSection.cxx b/reportdesign/source/ui/report/ReportSection.cxx
index 27e467105424..3acc54f2bb4a 100644
--- a/reportdesign/source/ui/report/ReportSection.cxx
+++ b/reportdesign/source/ui/report/ReportSection.cxx
@@ -49,7 +49,6 @@
#include <RptDef.hxx>
#include <SectionWindow.hxx>
#include <helpids.h>
-#include <strings.hrc>
#include <dlgedclip.hxx>
#include <UndoActions.hxx>
#include <rptui_slotid.hrc>
diff --git a/reportdesign/source/ui/report/StartMarker.cxx b/reportdesign/source/ui/report/StartMarker.cxx
index af7abc6f75ac..bbef83148b4a 100644
--- a/reportdesign/source/ui/report/StartMarker.cxx
+++ b/reportdesign/source/ui/report/StartMarker.cxx
@@ -19,7 +19,6 @@
#include <StartMarker.hxx>
#include <vcl/image.hxx>
#include <vcl/svapp.hxx>
-#include <strings.hrc>
#include <bitmaps.hlst>
#include <ColorChanger.hxx>
#include <ReportDefines.hxx>