summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/app
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-12-14 14:50:33 +0100
committerMichael Stahl <mstahl@redhat.com>2018-02-01 15:19:36 +0100
commit4fae455fcdb0242b568b88f51726bd1596e100b0 (patch)
treebc717501df92732f1d52475bd5b9ba6e3d1cc541 /dbaccess/source/ui/app
parentUse std::max (diff)
downloadcore-4fae455fcdb0242b568b88f51726bd1596e100b0.tar.gz
core-4fae455fcdb0242b568b88f51726bd1596e100b0.zip
tdf#42949 Remove unneeded helpids.h headers (1/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 b* - e*. Found with: git grep helpids.h | cut -d : -f 1 | xargs grep -c HID_ | grep :0$ Change-Id: I221d22f68584115d71660a97c4f108595625d12c Reviewed-on: https://gerrit.libreoffice.org/46868 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/app')
-rw-r--r--dbaccess/source/ui/app/AppController.cxx1
-rw-r--r--dbaccess/source/ui/app/AppIconControl.cxx1
-rw-r--r--dbaccess/source/ui/app/AppView.cxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx
index ff5cbd4a9cef..fcc781ae6ef5 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -119,7 +119,6 @@
#include <sqlmessage.hxx>
#include <UITools.hxx>
#include <dsntypes.hxx>
-#include <helpids.h>
#include <dlgsave.hxx>
#include <dbaccess_slotid.hrc>
diff --git a/dbaccess/source/ui/app/AppIconControl.cxx b/dbaccess/source/ui/app/AppIconControl.cxx
index df4ba366fb31..cc4f67c969ec 100644
--- a/dbaccess/source/ui/app/AppIconControl.cxx
+++ b/dbaccess/source/ui/app/AppIconControl.cxx
@@ -18,7 +18,6 @@
*/
#include "AppIconControl.hxx"
-#include <helpids.h>
#include <core_resource.hxx>
#include <strings.hrc>
#include <bitmaps.hlst>
diff --git a/dbaccess/source/ui/app/AppView.cxx b/dbaccess/source/ui/app/AppView.cxx
index 30889fe85f83..712d962a9167 100644
--- a/dbaccess/source/ui/app/AppView.cxx
+++ b/dbaccess/source/ui/app/AppView.cxx
@@ -21,7 +21,6 @@
#include <strings.hrc>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
-#include <helpids.h>
#include <vcl/toolbox.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/waitobj.hxx>