diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-14 18:42:43 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-16 09:49:21 +0100 |
commit | 4407a035137aec241165d3ae7ee9611630ee755c (patch) | |
tree | 008bcf7b6fe0b7641dde75377391ec3a61f72b76 /sw/source/uibase/uiview/viewdlg.cxx | |
parent | 3a749d7278bbe65cfc063e64460df8af6bc2af47 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxx
Also backtrack a bit and introduce several fw declarations in
sw/inc/hintids.hxx to get rid of TypedWhichId -based blacklist entries
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I8487737f5c3327c24b105328e84661d409f381c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86873
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/uiview/viewdlg.cxx')
-rw-r--r-- | sw/source/uibase/uiview/viewdlg.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/source/uibase/uiview/viewdlg.cxx b/sw/source/uibase/uiview/viewdlg.cxx index e98a914e29b1..c6f81808e4e3 100644 --- a/sw/source/uibase/uiview/viewdlg.cxx +++ b/sw/source/uibase/uiview/viewdlg.cxx @@ -17,21 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <hintids.hxx> -#include <sfx2/viewfrm.hxx> -#include <editeng/tstpitem.hxx> -#include <svl/stritem.hxx> #include <sfx2/request.hxx> #include <view.hxx> #include <wrtsh.hxx> -#include <basesh.hxx> -#include <viewopt.hxx> -#include <uitool.hxx> #include <cmdid.h> -#include <sfx2/tabdlg.hxx> - -#include <pagedesc.hxx> void SwView::ExecDlg(SfxRequest const &rReq) { |