diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-12-14 14:50:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:19:36 +0100 |
commit | 4fae455fcdb0242b568b88f51726bd1596e100b0 (patch) | |
tree | bc717501df92732f1d52475bd5b9ba6e3d1cc541 /dbaccess/source/ui/dlg/ConnectionHelper.cxx | |
parent | c35d44ff72eb00c9f572870734e4d1832e8d9a5e (diff) |
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/dlg/ConnectionHelper.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionHelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.cxx b/dbaccess/source/ui/dlg/ConnectionHelper.cxx index 12b79e6348b8..a933efe269a4 100644 --- a/dbaccess/source/ui/dlg/ConnectionHelper.cxx +++ b/dbaccess/source/ui/dlg/ConnectionHelper.cxx @@ -30,7 +30,6 @@ #include <svl/eitem.hxx> #include <svl/intitem.hxx> #include <dsitems.hxx> -#include <helpids.h> #include <osl/process.h> #include <osl/diagnose.h> #include <vcl/msgbox.hxx> |