From e24a059906c9b7f399f0afcbfdcd5dd1aa663973 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 28 Mar 2018 23:22:40 +0200 Subject: tdf#42949 Remove unnecessary localization headers from reportdesign Found by searching for the header names and the localization function: git grep -l -e \ -e \ 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 Reviewed-by: Miklos Vajna --- reportdesign/source/core/api/Section.cxx | 2 -- reportdesign/source/ui/dlg/DateTime.cxx | 1 - reportdesign/source/ui/dlg/PageNumber.cxx | 1 - reportdesign/source/ui/report/DesignView.cxx | 1 - reportdesign/source/ui/report/ReportSection.cxx | 1 - reportdesign/source/ui/report/StartMarker.cxx | 1 - 6 files changed, 7 deletions(-) (limited to 'reportdesign') 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 #include #include -#include -#include #include #include #include diff --git a/reportdesign/source/ui/dlg/DateTime.cxx b/reportdesign/source/ui/dlg/DateTime.cxx index c1856bda9b97..c1b4e23e01b9 100644 --- a/reportdesign/source/ui/dlg/DateTime.cxx +++ b/reportdesign/source/ui/dlg/DateTime.cxx @@ -18,7 +18,6 @@ */ #include #include -#include #include #include #include diff --git a/reportdesign/source/ui/dlg/PageNumber.cxx b/reportdesign/source/ui/dlg/PageNumber.cxx index 0a70b5205ff6..27fb930b1205 100644 --- a/reportdesign/source/ui/dlg/PageNumber.cxx +++ b/reportdesign/source/ui/dlg/PageNumber.cxx @@ -18,7 +18,6 @@ */ #include #include -#include #include #include #include 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 #include #include -#include #include #include 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #include -- cgit