diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-12-21 00:03:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-02-01 15:20:47 +0100 |
commit | f38c49cdc9df7acedcf08b895f4c99be85d6aa80 (patch) | |
tree | e4aa71e7bdc14522e855fde1c77131103efa0570 /sw/source | |
parent | 73bfe83a3985df447d4fd6b443277aac21cd9913 (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')
52 files changed, 0 insertions, 52 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx index 7bc95f16a9c7..c15f7f9ef342 100644 --- a/sw/source/ui/chrdlg/chardlg.cxx +++ b/sw/source/ui/chrdlg/chardlg.cxx @@ -29,7 +29,6 @@ #include <svl/cjkoptions.hxx> #include <cmdid.h> -#include <helpids.h> #include <swtypes.hxx> #include <view.hxx> #include <wrtsh.hxx> diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx index be1a34dab0a8..01abf0f586b7 100644 --- a/sw/source/ui/chrdlg/numpara.cxx +++ b/sw/source/ui/chrdlg/numpara.cxx @@ -22,7 +22,6 @@ #include <hintids.hxx> #include <globals.hrc> #include <strings.hrc> -#include <helpids.h> #include <sfx2/objsh.hxx> #include <sfx2/htmlmode.hxx> #include <svx/svxids.hrc> diff --git a/sw/source/ui/chrdlg/swuiccoll.cxx b/sw/source/ui/chrdlg/swuiccoll.cxx index 7a9c9345c9be..d8ee3372a9ea 100644 --- a/sw/source/ui/chrdlg/swuiccoll.cxx +++ b/sw/source/ui/chrdlg/swuiccoll.cxx @@ -23,7 +23,6 @@ #include <view.hxx> #include <wrtsh.hxx> #include <globals.hrc> -#include <helpids.h> #include <sfx2/styfitem.hxx> diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx index ec2ad5db503a..5cd8ebe377ef 100644 --- a/sw/source/ui/config/mailconfigpage.cxx +++ b/sw/source/ui/config/mailconfigpage.cxx @@ -35,7 +35,6 @@ #include <globals.hrc> #include <dbui.hrc> #include <bitmaps.hlst> -#include <helpids.h> using namespace ::com::sun::star; using namespace ::com::sun::star::lang; diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 9ef014b0aca2..7803dde3094f 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -20,7 +20,6 @@ #include <officecfg/Office/Writer.hxx> #include <comphelper/string.hxx> #include <swtypes.hxx> -#include <helpids.h> #include <uiitems.hxx> #include <modcfg.hxx> #include <swmodule.hxx> 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; diff --git a/sw/source/ui/dialog/uiregionsw.cxx b/sw/source/ui/dialog/uiregionsw.cxx index 0b44307455c6..aac5e2c1dfd1 100644 --- a/sw/source/ui/dialog/uiregionsw.cxx +++ b/sw/source/ui/dialog/uiregionsw.cxx @@ -52,7 +52,6 @@ #include <fmtfsize.hxx> #include <shellio.hxx> -#include <helpids.h> #include <cmdid.h> #include <strings.hrc> #include <globals.hrc> diff --git a/sw/source/ui/envelp/envlop1.cxx b/sw/source/ui/envelp/envlop1.cxx index 0f61aaba3b83..850ec6c536d3 100644 --- a/sw/source/ui/envelp/envlop1.cxx +++ b/sw/source/ui/envelp/envlop1.cxx @@ -28,7 +28,6 @@ #include <wrtsh.hxx> #include <cmdid.h> -#include <helpids.h> #include "envfmt.hxx" #include <envlop.hxx> #include "envprt.hxx" diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx index 506dc0cee8dc..4c222369e4a3 100644 --- a/sw/source/ui/envelp/mailmrge.cxx +++ b/sw/source/ui/envelp/mailmrge.cxx @@ -26,7 +26,6 @@ #include <unotools/pathoptions.hxx> #include <svx/svxdlg.hxx> #include <svx/dialogs.hrc> -#include <helpids.h> #include <view.hxx> #include <docsh.hxx> #include <IDocumentDeviceAccess.hxx> diff --git a/sw/source/ui/fldui/FldRefTreeListBox.cxx b/sw/source/ui/fldui/FldRefTreeListBox.cxx index 242056c4f06c..3387125a1151 100644 --- a/sw/source/ui/fldui/FldRefTreeListBox.cxx +++ b/sw/source/ui/fldui/FldRefTreeListBox.cxx @@ -19,7 +19,6 @@ #include "FldRefTreeListBox.hxx" -#include <helpids.h> #include <vcl/builderfactory.hxx> #include <vcl/help.hxx> diff --git a/sw/source/ui/fldui/flddinf.cxx b/sw/source/ui/fldui/flddinf.cxx index a8011b87a3f8..439ed8b7366e 100644 --- a/sw/source/ui/fldui/flddinf.cxx +++ b/sw/source/ui/fldui/flddinf.cxx @@ -24,7 +24,6 @@ #include <svl/zformat.hxx> #include <svtools/treelistentry.hxx> -#include <helpids.h> #include <swtypes.hxx> #include <globals.hrc> #include <strings.hrc> diff --git a/sw/source/ui/fldui/fldedt.cxx b/sw/source/ui/fldui/fldedt.cxx index 4f6a57868136..3a4c22ea6095 100644 --- a/sw/source/ui/fldui/fldedt.cxx +++ b/sw/source/ui/fldui/fldedt.cxx @@ -37,7 +37,6 @@ #include <fldedt.hxx> #include <cmdid.h> -#include <helpids.h> #include <globals.hrc> #include <swabstdlg.hxx> diff --git a/sw/source/ui/fldui/fldtdlg.cxx b/sw/source/ui/fldui/fldtdlg.cxx index 2dedd4a1a9c5..4ec3d12dab8c 100644 --- a/sw/source/ui/fldui/fldtdlg.cxx +++ b/sw/source/ui/fldui/fldtdlg.cxx @@ -39,7 +39,6 @@ #include <fldtdlg.hxx> #include <swmodule.hxx> -#include <helpids.h> #include <globals.hrc> #include <com/sun/star/document/XDocumentProperties.hpp> diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index c4dd10f50cc3..f9403730ccee 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -53,7 +53,6 @@ #include <swabstdlg.hxx> #include <cmdid.h> -#include <helpids.h> #include <globals.hrc> #include <SwStyleNameMapper.hxx> #include <svx/svxids.hrc> diff --git a/sw/source/ui/frmdlg/column.cxx b/sw/source/ui/frmdlg/column.cxx index c7ff3e66539b..528570fd4699 100644 --- a/sw/source/ui/frmdlg/column.cxx +++ b/sw/source/ui/frmdlg/column.cxx @@ -43,7 +43,6 @@ #include <swmodule.hxx> #include <sal/macros.h> -#include <helpids.h> #include <globals.hrc> #include <swtypes.hxx> #include <wrtsh.hxx> diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index b99ad60a164c..1c941d42c23d 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/embed/EmbedMisc.hpp> #include <cmdid.h> -#include <helpids.h> #include <hintids.hxx> #include <vcl/msgbox.hxx> #include <vcl/mnemonic.hxx> diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx index 70b4a46ec031..3b1bffbe0cc7 100644 --- a/sw/source/ui/index/cnttab.cxx +++ b/sw/source/ui/index/cnttab.cxx @@ -65,7 +65,6 @@ #include <modcfg.hxx> #include <cmdid.h> -#include <helpids.h> #include <globals.hrc> #include <cnttab.hrc> #include <SwStyleNameMapper.hxx> diff --git a/sw/source/ui/misc/docfnote.cxx b/sw/source/ui/misc/docfnote.cxx index 399a7acd913f..62068137c7e2 100644 --- a/sw/source/ui/misc/docfnote.cxx +++ b/sw/source/ui/misc/docfnote.cxx @@ -32,7 +32,6 @@ #include <uitool.hxx> #include <poolfmt.hxx> #include <swstyle.h> -#include <helpids.h> #include <SwStyleNameMapper.hxx> #include <memory> diff --git a/sw/source/ui/misc/glossary.cxx b/sw/source/ui/misc/glossary.cxx index b32b06f1adae..0751cb648264 100644 --- a/sw/source/ui/misc/glossary.cxx +++ b/sw/source/ui/misc/glossary.cxx @@ -62,7 +62,6 @@ #include <shellio.hxx> #include <cmdid.h> -#include <helpids.h> #include <swerror.h> #include <globals.hrc> #include <swmodule.hxx> diff --git a/sw/source/ui/misc/num.cxx b/sw/source/ui/misc/num.cxx index 7d0de2da79aa..d3b6ba795ef1 100644 --- a/sw/source/ui/misc/num.cxx +++ b/sw/source/ui/misc/num.cxx @@ -42,7 +42,6 @@ #include <frmmgr.hxx> #include <globals.hrc> -#include <helpids.h> #include <SwStyleNameMapper.hxx> #include <svx/svxids.hrc> #include <svx/dialogs.hrc> diff --git a/sw/source/ui/misc/outline.cxx b/sw/source/ui/misc/outline.cxx index 0fdef493d8bd..158800e09b2d 100644 --- a/sw/source/ui/misc/outline.cxx +++ b/sw/source/ui/misc/outline.cxx @@ -43,7 +43,6 @@ #include <docstyle.hxx> #include <viewopt.hxx> #include <svtools/ctrlbox.hxx> -#include <helpids.h> #include <globals.hrc> #include <strings.hrc> #include <paratr.hxx> diff --git a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx index b70bc390259a..843de9af7741 100644 --- a/sw/source/ui/misc/swmodalredlineacceptdlg.cxx +++ b/sw/source/ui/misc/swmodalredlineacceptdlg.cxx @@ -32,7 +32,6 @@ #include <swwait.hxx> #include <uitool.hxx> -#include <helpids.h> #include <cmdid.h> #include <strings.hrc> diff --git a/sw/source/uibase/app/docsh.cxx b/sw/source/uibase/app/docsh.cxx index b1ae1e37b2da..53670177d97e 100644 --- a/sw/source/uibase/app/docsh.cxx +++ b/sw/source/uibase/app/docsh.cxx @@ -96,7 +96,6 @@ #include <fldbas.hxx> #include <docary.hxx> #include <swerror.h> -#include <helpids.h> #include <cmdid.h> #include <globals.hrc> #include <strings.hrc> diff --git a/sw/source/uibase/app/swmodul1.cxx b/sw/source/uibase/app/swmodul1.cxx index 28833656231b..84439d8bb053 100644 --- a/sw/source/uibase/app/swmodul1.cxx +++ b/sw/source/uibase/app/swmodul1.cxx @@ -59,7 +59,6 @@ #include <cmdid.h> #include <app.hrc> #include <strings.hrc> -#include <helpids.h> #include <IDocumentLayoutAccess.hxx> #include <unomid.h> diff --git a/sw/source/uibase/chrdlg/ccoll.cxx b/sw/source/uibase/chrdlg/ccoll.cxx index d88268e2495c..0f2d122016c6 100644 --- a/sw/source/uibase/chrdlg/ccoll.cxx +++ b/sw/source/uibase/chrdlg/ccoll.cxx @@ -22,7 +22,6 @@ #include <view.hxx> #include <wrtsh.hxx> #include <globals.hrc> -#include <helpids.h> #include <sfx2/styfitem.hxx> diff --git a/sw/source/uibase/dbui/dbtree.cxx b/sw/source/uibase/dbui/dbtree.cxx index 1e8eae86e486..993d0d23c5b9 100644 --- a/sw/source/uibase/dbui/dbtree.cxx +++ b/sw/source/uibase/dbui/dbtree.cxx @@ -40,7 +40,6 @@ #include <vcl/svapp.hxx> #include <svtools/treelistentry.hxx> -#include <helpids.h> #include <strings.hrc> #include <bitmaps.hlst> diff --git a/sw/source/uibase/dialog/regionsw.cxx b/sw/source/uibase/dialog/regionsw.cxx index 4d4185104699..69c830cb0e65 100644 --- a/sw/source/uibase/dialog/regionsw.cxx +++ b/sw/source/uibase/dialog/regionsw.cxx @@ -45,7 +45,6 @@ #include <column.hxx> #include <fmtfsize.hxx> #include <shellio.hxx> -#include <helpids.h> #include <cmdid.h> #include <strings.hrc> #include <globals.hrc> diff --git a/sw/source/uibase/docvw/romenu.cxx b/sw/source/uibase/docvw/romenu.cxx index eeb1908137f8..3ee3091137a2 100644 --- a/sw/source/uibase/docvw/romenu.cxx +++ b/sw/source/uibase/docvw/romenu.cxx @@ -44,7 +44,6 @@ #include <modcfg.hxx> #include <cmdid.h> -#include <helpids.h> #include <strings.hrc> using namespace ::com::sun::star::lang; diff --git a/sw/source/uibase/fldui/fldwrap.cxx b/sw/source/uibase/fldui/fldwrap.cxx index 7540e1088eda..463dabd1fdbd 100644 --- a/sw/source/uibase/fldui/fldwrap.cxx +++ b/sw/source/uibase/fldui/fldwrap.cxx @@ -30,7 +30,6 @@ #include <view.hxx> #include <swmodule.hxx> -#include <helpids.h> #include <globals.hrc> #include <swabstdlg.hxx> diff --git a/sw/source/uibase/index/idxmrk.cxx b/sw/source/uibase/index/idxmrk.cxx index 39df3651ef78..7e6119827548 100644 --- a/sw/source/uibase/index/idxmrk.cxx +++ b/sw/source/uibase/index/idxmrk.cxx @@ -18,7 +18,6 @@ */ #include <hintids.hxx> -#include <helpids.h> #include <comphelper/processfactory.hxx> #include <svl/stritem.hxx> #include <vcl/msgbox.hxx> diff --git a/sw/source/uibase/shells/beziersh.cxx b/sw/source/uibase/shells/beziersh.cxx index bbabedc2eded..83c6219712cc 100644 --- a/sw/source/uibase/shells/beziersh.cxx +++ b/sw/source/uibase/shells/beziersh.cxx @@ -31,7 +31,6 @@ #include <wrtsh.hxx> #include <view.hxx> #include <edtwin.hxx> -#include <helpids.h> #include <globals.hrc> #include <drawbase.hxx> #include <beziersh.hxx> diff --git a/sw/source/uibase/shells/drawsh.cxx b/sw/source/uibase/shells/drawsh.cxx index f41ced6a011a..4d6fad3248cd 100644 --- a/sw/source/uibase/shells/drawsh.cxx +++ b/sw/source/uibase/shells/drawsh.cxx @@ -54,7 +54,6 @@ #include <wrtsh.hxx> #include <cmdid.h> #include <globals.hrc> -#include <helpids.h> #include <strings.hrc> #include <drwbassh.hxx> #include <drawsh.hxx> diff --git a/sw/source/uibase/shells/drformsh.cxx b/sw/source/uibase/shells/drformsh.cxx index 237ed48c671f..b392aac7e5b4 100644 --- a/sw/source/uibase/shells/drformsh.cxx +++ b/sw/source/uibase/shells/drformsh.cxx @@ -39,7 +39,6 @@ #include <wrtsh.hxx> #include <cmdid.h> #include <globals.hrc> -#include <helpids.h> #include <strings.hrc> #include <drwbassh.hxx> #include <drformsh.hxx> diff --git a/sw/source/uibase/shells/drwbassh.cxx b/sw/source/uibase/shells/drwbassh.cxx index a672625fae0b..e29bd792333d 100644 --- a/sw/source/uibase/shells/drwbassh.cxx +++ b/sw/source/uibase/shells/drwbassh.cxx @@ -18,7 +18,6 @@ */ #include <hintids.hxx> -#include <helpids.h> #include <swtypes.hxx> #include <sfx2/objface.hxx> #include <sfx2/request.hxx> diff --git a/sw/source/uibase/shells/drwtxtsh.cxx b/sw/source/uibase/shells/drwtxtsh.cxx index 48e466396f11..603b66ecddba 100644 --- a/sw/source/uibase/shells/drwtxtsh.cxx +++ b/sw/source/uibase/shells/drwtxtsh.cxx @@ -55,7 +55,6 @@ #include <breakit.hxx> #include <cmdid.h> -#include <helpids.h> #include <globals.hrc> #include <strings.hrc> diff --git a/sw/source/uibase/shells/frmsh.cxx b/sw/source/uibase/shells/frmsh.cxx index 39f60b564b0e..e1bad7bff1d0 100644 --- a/sw/source/uibase/shells/frmsh.cxx +++ b/sw/source/uibase/shells/frmsh.cxx @@ -69,7 +69,6 @@ #include <docstat.hxx> #include <IDocumentStatistics.hxx> -#include <helpids.h> #include <cmdid.h> #include <cfgitems.hxx> #include <globals.hrc> diff --git a/sw/source/uibase/shells/listsh.cxx b/sw/source/uibase/shells/listsh.cxx index 5ef04460e6cb..e2276b99a71e 100644 --- a/sw/source/uibase/shells/listsh.cxx +++ b/sw/source/uibase/shells/listsh.cxx @@ -36,7 +36,6 @@ #include <wrtsh.hxx> #include <swmodule.hxx> #include <frmatr.hxx> -#include <helpids.h> #include <globals.hrc> #include <strings.hrc> #include <uinums.hxx> diff --git a/sw/source/uibase/shells/navsh.cxx b/sw/source/uibase/shells/navsh.cxx index 80d76dbf735f..f5da1b0c448a 100644 --- a/sw/source/uibase/shells/navsh.cxx +++ b/sw/source/uibase/shells/navsh.cxx @@ -19,7 +19,6 @@ #include <wrtsh.hxx> #include <view.hxx> #include <edtwin.hxx> -#include <helpids.h> #include <globals.hrc> #include <navsh.hxx> #include <strings.hrc> diff --git a/sw/source/uibase/shells/olesh.cxx b/sw/source/uibase/shells/olesh.cxx index 9ddde13a2cde..f62a704cb23a 100644 --- a/sw/source/uibase/shells/olesh.cxx +++ b/sw/source/uibase/shells/olesh.cxx @@ -24,7 +24,6 @@ #include <vcl/EnumContext.hxx> #include <wrtsh.hxx> #include <view.hxx> -#include <helpids.h> #include <globals.hrc> #include <frmsh.hxx> #include <olesh.hxx> diff --git a/sw/source/uibase/shells/tabsh.cxx b/sw/source/uibase/shells/tabsh.cxx index 90457117d63d..7e5c43c3e188 100644 --- a/sw/source/uibase/shells/tabsh.cxx +++ b/sw/source/uibase/shells/tabsh.cxx @@ -75,7 +75,6 @@ #include <strings.hrc> #include <cmdid.h> #include <globals.hrc> -#include <helpids.h> #include <unobaseclass.hxx> #define SwTableShell diff --git a/sw/source/uibase/uiview/srcview.cxx b/sw/source/uibase/uiview/srcview.cxx index 0c0a78b628bd..84593117acce 100644 --- a/sw/source/uibase/uiview/srcview.cxx +++ b/sw/source/uibase/uiview/srcview.cxx @@ -71,7 +71,6 @@ #include <shellio.hxx> #include <cmdid.h> -#include <helpids.h> #include <globals.hrc> #include <strings.hrc> #include <com/sun/star/ui/dialogs/XFilePicker3.hpp> diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index 75b63fb5fc0f..bf28fa0059c6 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -111,7 +111,6 @@ #include <globals.hrc> #include <app.hrc> #include <fmtclds.hxx> -#include <helpids.h> #include <sfx2/templatedlg.hxx> #include <dbconfig.hxx> #include <dbmgr.hxx> diff --git a/sw/source/uibase/uiview/viewmdi.cxx b/sw/source/uibase/uiview/viewmdi.cxx index ecb8c26bf895..bf66c9d424a5 100644 --- a/sw/source/uibase/uiview/viewmdi.cxx +++ b/sw/source/uibase/uiview/viewmdi.cxx @@ -46,7 +46,6 @@ #include <cmdid.h> #include <strings.hrc> -#include <helpids.h> #include <globals.hrc> #include <IDocumentSettingAccess.hxx> diff --git a/sw/source/uibase/web/wolesh.cxx b/sw/source/uibase/web/wolesh.cxx index 3e48e6ade720..779dcb81dd76 100644 --- a/sw/source/uibase/web/wolesh.cxx +++ b/sw/source/uibase/web/wolesh.cxx @@ -24,7 +24,6 @@ #include <wrtsh.hxx> #include <view.hxx> -#include <helpids.h> #include <globals.hrc> #include <strings.hrc> #include <wolesh.hxx> diff --git a/sw/source/uibase/web/wtabsh.cxx b/sw/source/uibase/web/wtabsh.cxx index 6e65b7e3177b..2000532d3ab6 100644 --- a/sw/source/uibase/web/wtabsh.cxx +++ b/sw/source/uibase/web/wtabsh.cxx @@ -26,7 +26,6 @@ #include <cmdid.h> #include <globals.hrc> #include <uitool.hxx> -#include <helpids.h> #include <strings.hrc> #include <wrtsh.hxx> #include <wtabsh.hxx> |