summaryrefslogtreecommitdiff
path: root/include/sfx2/childwin.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-03-17 01:11:29 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-03-25 13:42:28 +0100
commit4304226d79849b31fd0ded168cee45a91f240363 (patch)
tree01808c50e78f517573c0ed93d3ca26dd79c643d8 /include/sfx2/childwin.hxx
parentbbe8bc3c8610d5d218afaa779e86d822a7a76345 (diff)
tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I444cb71bc3d045072a4b1f9eed279ed7e425a0d4 Reviewed-on: https://gerrit.libreoffice.org/69481 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/sfx2/childwin.hxx')
-rw-r--r--include/sfx2/childwin.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx
index 8d99f20642de..b6a81b6ec655 100644
--- a/include/sfx2/childwin.hxx
+++ b/include/sfx2/childwin.hxx
@@ -26,20 +26,17 @@
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
#include <vcl/window.hxx>
-#include <com/sun/star/frame/XFrame.hpp>
-#include <sfx2/shell.hxx>
#include <sfx2/chalign.hxx>
-#include <sfx2/bindings.hxx>
- // complete SfxBindings for complete SfxChildWinCtor, SfxChildWinContextCtor
- // under -fsanitize=function
+namespace com::sun::star::frame { class XFrame; }
class SfxWorkWindow;
class SfxModule;
-class SfxShell;
class SfxChildWindow;
class SfxChildWindowContext;
+class SfxBindings;
+class SfxModelessDialogController;
enum class SfxChildWindowFlags
{