summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-15 02:24:13 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 15:20:12 +0100
commit73bfe83a3985df447d4fd6b443277aac21cd9913 (patch)
tree4b0284682444bd25f489775546e5a023fda06919 /reportdesign/source/ui
parent4fae455fcdb0242b568b88f51726bd1596e100b0 (diff)
tdf#42949 Remove unneeded helpids.h headers (2/3)
A side effect of the .ui migration is that we use a lot less HIDs in the code. A lot of files still contain helpids.h includes even if no actual HID is referenced. This cleans up directories r* - svx*. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I81bdb80161b0207f5df651eb17c58caef44250d3 Reviewed-on: https://gerrit.libreoffice.org/46869 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'reportdesign/source/ui')
-rw-r--r--reportdesign/source/ui/dlg/CondFormat.cxx1
-rw-r--r--reportdesign/source/ui/dlg/Condition.cxx1
-rw-r--r--reportdesign/source/ui/dlg/DateTime.cxx1
-rw-r--r--reportdesign/source/ui/dlg/PageNumber.cxx1
-rw-r--r--reportdesign/source/ui/report/EndMarker.cxx1
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx1
-rw-r--r--reportdesign/source/ui/report/SectionWindow.cxx1
-rw-r--r--reportdesign/source/ui/report/ViewsWindow.cxx1
8 files changed, 0 insertions, 8 deletions
diff --git a/reportdesign/source/ui/dlg/CondFormat.cxx b/reportdesign/source/ui/dlg/CondFormat.cxx
index 8df157068cb4..896d9e77b6fe 100644
--- a/reportdesign/source/ui/dlg/CondFormat.cxx
+++ b/reportdesign/source/ui/dlg/CondFormat.cxx
@@ -23,7 +23,6 @@
#include <strings.hrc>
#include <rptui_slotid.hrc>
#include <core_resource.hxx>
-#include <helpids.h>
#include <UITools.hxx>
#include <ReportController.hxx>
#include "Condition.hxx"
diff --git a/reportdesign/source/ui/dlg/Condition.cxx b/reportdesign/source/ui/dlg/Condition.cxx
index 9a8df2a42e1f..b88df9b21ba7 100644
--- a/reportdesign/source/ui/dlg/Condition.cxx
+++ b/reportdesign/source/ui/dlg/Condition.cxx
@@ -24,7 +24,6 @@
#include <strings.hrc>
#include <ReportController.hxx>
#include <ColorChanger.hxx>
-#include <helpids.h>
#include <reportformula.hxx>
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
diff --git a/reportdesign/source/ui/dlg/DateTime.cxx b/reportdesign/source/ui/dlg/DateTime.cxx
index 41bbcfab34d4..d8625a16dd38 100644
--- a/reportdesign/source/ui/dlg/DateTime.cxx
+++ b/reportdesign/source/ui/dlg/DateTime.cxx
@@ -20,7 +20,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <strings.hrc>
#include <rptui_slotid.hrc>
-#include <helpids.h>
#include <vcl/msgbox.hxx>
#include <connectivity/dbconversion.hxx>
#include <unotools/syslocale.hxx>
diff --git a/reportdesign/source/ui/dlg/PageNumber.cxx b/reportdesign/source/ui/dlg/PageNumber.cxx
index e6bf97f202b7..f4666a1be752 100644
--- a/reportdesign/source/ui/dlg/PageNumber.cxx
+++ b/reportdesign/source/ui/dlg/PageNumber.cxx
@@ -21,7 +21,6 @@
#include <strings.hrc>
#include <rptui_slotid.hrc>
#include <RptDef.hxx>
-#include <helpids.h>
#include <vcl/msgbox.hxx>
#include <vcl/settings.hxx>
diff --git a/reportdesign/source/ui/report/EndMarker.cxx b/reportdesign/source/ui/report/EndMarker.cxx
index 22e7366d46d8..fba16afca43c 100644
--- a/reportdesign/source/ui/report/EndMarker.cxx
+++ b/reportdesign/source/ui/report/EndMarker.cxx
@@ -19,7 +19,6 @@
#include <EndMarker.hxx>
#include <ColorChanger.hxx>
#include <SectionWindow.hxx>
-#include <helpids.h>
#include <vcl/settings.hxx>
#include <vcl/svapp.hxx>
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index 08e4dda48eb0..6797b341194a 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -144,7 +144,6 @@
#include <cppuhelper/exc_hlp.hxx>
#include <unotools/confignode.hxx>
-#include <helpids.h>
#include <ReportControllerObserver.hxx>
diff --git a/reportdesign/source/ui/report/SectionWindow.cxx b/reportdesign/source/ui/report/SectionWindow.cxx
index efb7ad9b055c..0df5e873121c 100644
--- a/reportdesign/source/ui/report/SectionWindow.cxx
+++ b/reportdesign/source/ui/report/SectionWindow.cxx
@@ -26,7 +26,6 @@
#include <DesignView.hxx>
#include <strings.hxx>
#include <core_resource.hxx>
-#include <helpids.h>
#include <strings.hrc>
#include <StartMarker.hxx>
#include <EndMarker.hxx>
diff --git a/reportdesign/source/ui/report/ViewsWindow.cxx b/reportdesign/source/ui/report/ViewsWindow.cxx
index 04ac6b526c42..7ddf204eddac 100644
--- a/reportdesign/source/ui/report/ViewsWindow.cxx
+++ b/reportdesign/source/ui/report/ViewsWindow.cxx
@@ -40,7 +40,6 @@
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <core_resource.hxx>
-#include <helpids.h>
#include <svx/svdundo.hxx>
#include <toolkit/helper/convert.hxx>
#include <algorithm>