summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-21 00:03:22 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 15:20:47 +0100
commitf38c49cdc9df7acedcf08b895f4c99be85d6aa80 (patch)
treee4aa71e7bdc14522e855fde1c77131103efa0570 /sw/source/ui/dbui
parent73bfe83a3985df447d4fd6b443277aac21cd9913 (diff)
tdf#42949 Remove unneeded helpids.h headers (3/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 directory sw. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I100fd818b0e68eaaecbfaf7c7b58e95dea489aeb Reviewed-on: https://gerrit.libreoffice.org/46870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/addresslistdialog.cxx1
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.cxx1
-rw-r--r--sw/source/ui/dbui/customizeaddresslistdialog.cxx1
-rw-r--r--sw/source/ui/dbui/dbinsdlg.cxx1
-rw-r--r--sw/source/ui/dbui/mmgreetingspage.cxx1
-rw-r--r--sw/source/ui/dbui/mmoutputtypepage.cxx1
-rw-r--r--sw/source/ui/dbui/mmresultdialogs.cxx1
-rw-r--r--sw/source/ui/dbui/selectdbtabledialog.cxx1
8 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/dbui/addresslistdialog.cxx b/sw/source/ui/dbui/addresslistdialog.cxx
index ef79ead501c6..c07c3dfb4b05 100644
--- a/sw/source/ui/dbui/addresslistdialog.cxx
+++ b/sw/source/ui/dbui/addresslistdialog.cxx
@@ -58,7 +58,6 @@
#include <dbui.hrc>
#include <view.hxx>
-#include <helpids.h>
#include <unomid.h>
using namespace ::com::sun::star;
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 6fe3228c63eb..496f88c13cac 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -43,7 +43,6 @@
#include <tools/urlobj.hxx>
#include <dbui.hrc>
#include <strings.hrc>
-#include <helpids.h>
#include <unomid.h>
using namespace ::com::sun::star;
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.cxx b/sw/source/ui/dbui/customizeaddresslistdialog.cxx
index dc2053011115..54b58cde71a2 100644
--- a/sw/source/ui/dbui/customizeaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/customizeaddresslistdialog.cxx
@@ -23,7 +23,6 @@
#include <vcl/scrbar.hxx>
#include <vcl/msgbox.hxx>
#include <dbui.hrc>
-#include <helpids.h>
SwCustomizeAddressListDialog::SwCustomizeAddressListDialog(
vcl::Window* pParent, const SwCSVData& rOldData)
diff --git a/sw/source/ui/dbui/dbinsdlg.cxx b/sw/source/ui/dbui/dbinsdlg.cxx
index 45eaf435c4ea..d96a5feac7f5 100644
--- a/sw/source/ui/dbui/dbinsdlg.cxx
+++ b/sw/source/ui/dbui/dbinsdlg.cxx
@@ -80,7 +80,6 @@
#include <dbui.hrc>
#include <cmdid.h>
-#include <helpids.h>
#include <SwStyleNameMapper.hxx>
#include <comphelper/uno3.hxx>
#include <tabsh.hxx>
diff --git a/sw/source/ui/dbui/mmgreetingspage.cxx b/sw/source/ui/dbui/mmgreetingspage.cxx
index 4760f5e9e273..a05a5c203962 100644
--- a/sw/source/ui/dbui/mmgreetingspage.cxx
+++ b/sw/source/ui/dbui/mmgreetingspage.cxx
@@ -28,7 +28,6 @@
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
-#include <helpids.h>
#include <swmodule.hxx>
#include <view.hxx>
diff --git a/sw/source/ui/dbui/mmoutputtypepage.cxx b/sw/source/ui/dbui/mmoutputtypepage.cxx
index 4fe3d8ea6369..dcc1fc714981 100644
--- a/sw/source/ui/dbui/mmoutputtypepage.cxx
+++ b/sw/source/ui/dbui/mmoutputtypepage.cxx
@@ -31,7 +31,6 @@
#include <vcl/svapp.hxx>
#include <vcl/idle.hxx>
-#include <helpids.h>
#include <cmdid.h>
#include <swunohelper.hxx>
#include <mmresultdialogs.hxx>
diff --git a/sw/source/ui/dbui/mmresultdialogs.cxx b/sw/source/ui/dbui/mmresultdialogs.cxx
index 05b354d9eb6d..61bd63b3efd1 100644
--- a/sw/source/ui/dbui/mmresultdialogs.cxx
+++ b/sw/source/ui/dbui/mmresultdialogs.cxx
@@ -66,7 +66,6 @@
#include <swevent.hxx>
#include <dbui.hxx>
#include <dbui.hrc>
-#include <helpids.h>
#include <doc.hxx>
#include <sfx2/app.hxx>
#include <strings.hrc>
diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx
index 45d605773161..2849d57e306a 100644
--- a/sw/source/ui/dbui/selectdbtabledialog.cxx
+++ b/sw/source/ui/dbui/selectdbtabledialog.cxx
@@ -33,7 +33,6 @@
#include <dbui.hrc>
#include <strings.hrc>
-#include <helpids.h>
using namespace ::com::sun::star;
using namespace ::com::sun::star::sdbcx;