summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-11 23:06:28 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-12 09:08:08 +0200
commit189d3e10c7d25138c58f28ca4f5c041f1a9f4494 (patch)
tree847b492819f180fe88986193e3ddb6fc5b1c88cd /sw/inc/docsh.hxx
parentd5ed07d2a249e61937dd42a4b2efb7e7fbef02d6 (diff)
sw: fix some IWYU warnings
Change-Id: I0241707fcdf1d22131ce35fb64488fcf6d669675 Reviewed-on: https://gerrit.libreoffice.org/52750 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index cbee1542e559..0dd2b669d0c9 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -21,7 +21,6 @@
#include <memory>
#include <rtl/ref.hxx>
-#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/uno/Sequence.h>
#include <sfx2/docfac.hxx>
#include <sfx2/objsh.hxx>
@@ -34,7 +33,6 @@
class SwDoc;
class SfxDocumentInfoDialog;
-class SfxStyleSheetBasePool;
class SfxInPlaceClient;
class FontList;
class SwEditShell;
@@ -47,9 +45,7 @@ class SwCursorShell;
class SwSrcView;
class SwPaM;
class SwgReaderOption;
-class SwOLEObj;
class IDocumentDeviceAccess;
-class IDocumentSettingAccess;
class IDocumentChartDataProviderAccess;
class SwDocShell;
class SwDrawModel;
@@ -57,6 +53,7 @@ namespace svt
{
class EmbeddedObjectRef;
}
+namespace com { namespace sun { namespace star { namespace frame { class XController; } } } }
// initialize DrawModel (in form of a SwDrawModel) and DocShell (in form of a SwDocShell)
// as needed, one or both parameters may be zero