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/utlui/navipi.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/utlui/navipi.cxx')
-rw-r--r-- | sw/source/uibase/utlui/navipi.cxx | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/source/uibase/utlui/navipi.cxx b/sw/source/uibase/utlui/navipi.cxx index 7b8832e58249..88acee99df44 100644 --- a/sw/source/uibase/utlui/navipi.cxx +++ b/sw/source/uibase/utlui/navipi.cxx @@ -17,22 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <string> #include <comphelper/string.hxx> #include <svl/urlbmk.hxx> #include <svl/stritem.hxx> #include <vcl/builderfactory.hxx> #include <vcl/graphicfilter.hxx> -#include <svl/urihelper.hxx> #include <sot/formats.hxx> #include <sot/filelist.hxx> #include <sfx2/event.hxx> #include <sfx2/dispatch.hxx> -#include <sfx2/dockwin.hxx> #include <sfx2/navigat.hxx> #include <sfx2/viewfrm.hxx> +#include <tools/urlobj.hxx> #include <vcl/toolbox.hxx> -#include <vcl/settings.hxx> #include <swtypes.hxx> #include <swmodule.hxx> #include <view.hxx> @@ -40,21 +37,16 @@ #include <wrtsh.hxx> #include <docsh.hxx> #include <actctrl.hxx> -#include <IMark.hxx> #include <navipi.hxx> -#include <content.hxx> #include <workctrl.hxx> -#include <section.hxx> #include <edtwin.hxx> #include <sfx2/app.hxx> #include <cmdid.h> #include <helpids.h> #include <strings.hrc> -#include <globals.hrc> #include <bitmaps.hlst> -#include <unomid.h> #include <memory> #include <uiobject.hxx> |