Kaydet (Commit) e24a0599 authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Miklos Vajna

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/52910Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 9c29c693
......@@ -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>
......
......@@ -18,7 +18,6 @@
*/
#include <DateTime.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <strings.hrc>
#include <rptui_slotid.hrc>
#include <connectivity/dbconversion.hxx>
#include <unotools/syslocale.hxx>
......
......@@ -18,7 +18,6 @@
*/
#include <PageNumber.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <strings.hrc>
#include <rptui_slotid.hrc>
#include <RptDef.hxx>
#include <vcl/settings.hxx>
......
......@@ -37,7 +37,6 @@
#include <ScrollHelper.hxx>
#include <Navigator.hxx>
#include <SectionWindow.hxx>
#include <strings.hrc>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment