diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-12-15 02:24:13 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:20:12 +0100 |
commit | 73bfe83a3985df447d4fd6b443277aac21cd9913 (patch) | |
tree | 4b0284682444bd25f489775546e5a023fda06919 | |
parent | 4fae455fcdb0242b568b88f51726bd1596e100b0 (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>
36 files changed, 0 insertions, 39 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> diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx index ce3a9075e5cb..c47c123eae25 100644 --- a/sd/source/ui/annotations/annotationmanager.cxx +++ b/sd/source/ui/annotations/annotationmanager.cxx @@ -78,7 +78,6 @@ #include <sdresid.hxx> #include <EventMultiplexer.hxx> #include <ViewShellManager.hxx> -#include <helpids.h> #include <sdpage.hxx> #include <drawdoc.hxx> #include <textapi.hxx> diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx index 55fee0870827..970a9a2e1ce3 100644 --- a/sd/source/ui/dlg/headerfooterdlg.cxx +++ b/sd/source/ui/dlg/headerfooterdlg.cxx @@ -34,7 +34,6 @@ #include <vcl/fixed.hxx> #include <vcl/layout.hxx> -#include <helpids.h> #include <Outliner.hxx> #include <headerfooterdlg.hxx> #include <DrawDocShell.hxx> diff --git a/sd/source/ui/unoidl/unoobj.cxx b/sd/source/ui/unoidl/unoobj.cxx index 2b0b22635c84..a3e841e34bbc 100644 --- a/sd/source/ui/unoidl/unoobj.cxx +++ b/sd/source/ui/unoidl/unoobj.cxx @@ -70,7 +70,6 @@ #include <unokywds.hxx> #include <unopage.hxx> #include <DrawDocShell.hxx> -#include <helpids.h> #include <glob.hxx> #include <strings.hrc> #include "unolayer.hxx" diff --git a/sd/source/ui/view/ViewShellImplementation.cxx b/sd/source/ui/view/ViewShellImplementation.cxx index d6510431df05..1989c3525ee8 100644 --- a/sd/source/ui/view/ViewShellImplementation.cxx +++ b/sd/source/ui/view/ViewShellImplementation.cxx @@ -26,7 +26,6 @@ #include <sdresid.hxx> #include <strings.hrc> #include <app.hrc> -#include <helpids.h> #include <sdattr.hxx> #include <sdabstdlg.hxx> #include <unmodpg.hxx> diff --git a/sd/source/ui/view/ViewTabBar.cxx b/sd/source/ui/view/ViewTabBar.cxx index 18ae719434c8..2deb82b6dab6 100644 --- a/sd/source/ui/view/ViewTabBar.cxx +++ b/sd/source/ui/view/ViewTabBar.cxx @@ -29,7 +29,6 @@ #include <sdresid.hxx> #include <strings.hrc> -#include <helpids.h> #include <Client.hxx> #include <vcl/svapp.hxx> #include <vcl/tabpage.hxx> diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx index 95f6ceac6084..73f2b0740db6 100644 --- a/sd/source/ui/view/drviews1.cxx +++ b/sd/source/ui/view/drviews1.cxx @@ -50,8 +50,6 @@ #include <strings.hrc> #include <app.hrc> -#include <helpids.h> - #include <sdmod.hxx> #include <fupoor.hxx> #include <sdresid.hxx> diff --git a/sd/source/ui/view/drviewsc.cxx b/sd/source/ui/view/drviewsc.cxx index ea02a7e60caa..e7d25768052c 100644 --- a/sd/source/ui/view/drviewsc.cxx +++ b/sd/source/ui/view/drviewsc.cxx @@ -41,7 +41,6 @@ #include <app.hrc> #include <strings.hrc> -#include <helpids.h> #include <Window.hxx> #include <imapinfo.hxx> #include <sdresid.hxx> diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index f916769b4f9c..a065a497f478 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -29,7 +29,6 @@ #include <editeng/editeng.hxx> #include <app.hrc> -#include <helpids.h> #include <ViewShell.hxx> #include <DrawViewShell.hxx> #include <View.hxx> diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index 77467193d60c..7db5e61a6929 100644 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -46,7 +46,6 @@ #include <sdresid.hxx> #include <EventMultiplexer.hxx> #include <ViewShellManager.hxx> -#include <helpids.h> #include <sdpage.hxx> #include <drawdoc.hxx> #include <smarttag.hxx> diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx index 7744f3fd6976..f79d83e4fea8 100644 --- a/sd/source/ui/view/viewshel.cxx +++ b/sd/source/ui/view/viewshel.cxx @@ -42,7 +42,6 @@ #include <sdxfer.hxx> #include <app.hrc> -#include <helpids.h> #include <OutlineView.hxx> #include <Client.hxx> diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx index ff504a1d448b..52af0eb7a3c1 100644 --- a/sfx2/source/doc/objmisc.cxx +++ b/sfx2/source/doc/objmisc.cxx @@ -103,7 +103,6 @@ #include <helper.hxx> #include <sfx2/strings.hrc> #include <workwin.hxx> -#include <helpids.h> #include <sfx2/sfxdlg.hxx> #include <appbaslib.hxx> #include <openflag.hxx> diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx index 50fa6bc2b5f1..51e1a1ecfe16 100644 --- a/sfx2/source/doc/objserv.cxx +++ b/sfx2/source/doc/objserv.cxx @@ -96,8 +96,6 @@ #include <com/sun/star/util/XCloneable.hpp> #include <com/sun/star/document/XDocumentProperties.hpp> -#include <helpids.h> - #include <guisaveas.hxx> #include <sfx2/saveastemplatedlg.hxx> #include <memory> diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx index 959666dfcc74..f22557e7ce24 100644 --- a/sfx2/source/doc/objxtor.cxx +++ b/sfx2/source/doc/objxtor.cxx @@ -90,7 +90,6 @@ #include <basic/basmgr.hxx> #include <svtools/strings.hrc> #include <sfx2/QuerySaveDocument.hxx> -#include <helpids.h> #include <sfx2/msg.hxx> #include <appbaslib.hxx> #include <sfx2/sfxbasemodel.hxx> diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 9dfa94a8eafa..a257a4836ac4 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -78,7 +78,6 @@ #include <sfx2/frmhtmlw.hxx> #include <sfx2/app.hxx> #include <sfx2/unoctitm.hxx> -#include <helpids.h> #include <workwin.hxx> #include <ctrlfactoryimpl.hxx> diff --git a/sfx2/source/view/viewprn.cxx b/sfx2/source/view/viewprn.cxx index 39c5dd2b75aa..18557a41e1a1 100644 --- a/sfx2/source/view/viewprn.cxx +++ b/sfx2/source/view/viewprn.cxx @@ -50,8 +50,6 @@ #include <toolkit/awt/vclxdevice.hxx> -#include <helpids.h> - using namespace com::sun::star; using namespace com::sun::star::uno; diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index b1df44bdf245..1a3377da5358 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -21,7 +21,6 @@ #include <memory> #include <svtools/addresstemplate.hxx> #include <svtools/strings.hrc> -#include <svtools/helpids.h> #include <svtools/svtresid.hxx> #include <tools/debug.hxx> #include <comphelper/interaction.hxx> diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index fa95f3badf17..96b1cd5b347d 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -34,7 +34,6 @@ #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <svx/ctredlin.hxx> -#include <helpids.h> #define WRITER_DATE 2 #define CALC_DATE 3 diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index 6e5c52aa1484..e03d181fdf8b 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -22,7 +22,6 @@ #include <i18nlangtag/mslangid.hxx> #include <svtools/valueset.hxx> #include <svl/languageoptions.hxx> -#include <helpids.h> #include <editeng/numitem.hxx> #include <svl/eitem.hxx> #include <vcl/svapp.hxx> diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx index dda78e53f767..d385dca65890 100644 --- a/svx/source/form/datanavi.cxx +++ b/svx/source/form/datanavi.cxx @@ -25,7 +25,6 @@ #include <datanavi.hxx> #include <fmservs.hxx> -#include <helpids.h> #include <bitmaps.hlst> #include <fpicker/strings.hrc> #include <svx/svxids.hrc> diff --git a/svx/source/form/fmPropBrw.cxx b/svx/source/form/fmPropBrw.cxx index 89d3a2262c57..7642cad54cfd 100644 --- a/svx/source/form/fmPropBrw.cxx +++ b/svx/source/form/fmPropBrw.cxx @@ -20,7 +20,6 @@ #include <sal/macros.h> -#include <helpids.h> #include <fmprop.hxx> #include <fmPropBrw.hxx> #include <svx/strings.hrc> diff --git a/svx/source/form/navigatortreemodel.cxx b/svx/source/form/navigatortreemodel.cxx index c7f08f09d6d0..2c7c717b39de 100644 --- a/svx/source/form/navigatortreemodel.cxx +++ b/svx/source/form/navigatortreemodel.cxx @@ -29,7 +29,6 @@ #include <fmprop.hxx> #include <fmundo.hxx> -#include <helpids.h> #include <fmexpl.hxx> #include <svx/strings.hrc> #include <fmshimp.hxx> diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx index b1de27d9c89e..5bac8c52ed50 100644 --- a/svx/source/form/tbxform.cxx +++ b/svx/source/form/tbxform.cxx @@ -34,7 +34,6 @@ #include <svx/strings.hrc> #include <svx/tbxctl.hxx> #include <tbxform.hxx> -#include <helpids.h> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> diff --git a/svx/source/sidebar/area/AreaPropertyPanel.cxx b/svx/source/sidebar/area/AreaPropertyPanel.cxx index 992e240540dd..210997e4f763 100644 --- a/svx/source/sidebar/area/AreaPropertyPanel.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanel.cxx @@ -28,7 +28,6 @@ #include <svx/xtable.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/bindings.hxx> -#include <helpids.h> #include <svtools/valueset.hxx> #include <unotools/pathoptions.hxx> #include <svx/svxitems.hrc> diff --git a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx index 8c0e9e8eb27a..69bb7a5bd8e3 100644 --- a/svx/source/sidebar/area/AreaPropertyPanelBase.cxx +++ b/svx/source/sidebar/area/AreaPropertyPanelBase.cxx @@ -29,7 +29,6 @@ #include <svx/xtable.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/bindings.hxx> -#include <helpids.h> #include <svtools/valueset.hxx> #include <unotools/pathoptions.hxx> #include <svx/svxitems.hrc> diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx index 5e18a4187aca..ff85cc43d00c 100644 --- a/svx/source/tbxctrls/fillctrl.cxx +++ b/svx/source/tbxctrls/fillctrl.cxx @@ -38,7 +38,6 @@ #include <svx/fillctrl.hxx> #include <svx/itemwin.hxx> #include <svx/dialmgr.hxx> -#include <helpids.h> #include <memory> #include <o3tl/make_unique.hxx> diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx index 51d71a102b0b..23b1e05a1490 100644 --- a/svx/source/tbxctrls/fontworkgallery.cxx +++ b/svx/source/tbxctrls/fontworkgallery.cxx @@ -53,7 +53,6 @@ #include <algorithm> #include <memory> -#include <helpids.h> #include <bitmaps.hlst> using ::svtools::ToolbarMenu; diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx index 0653a54837b3..f339f0b6472f 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx @@ -37,7 +37,6 @@ #include <unotools/intlwrapper.hxx> #include <comphelper/processfactory.hxx> #include <vcl/svapp.hxx> -#include <helpids.h> namespace textconversiondlgs diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx index d28f066fc8d5..d7ade209af60 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx @@ -24,7 +24,6 @@ #include <vcl/msgbox.hxx> #include <unotools/lingucfg.hxx> #include <unotools/linguprops.hxx> -#include <helpids.h> namespace textconversiondlgs |