summaryrefslogtreecommitdiff
path: root/sw/inc/swmodule.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-04-17 21:21:06 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-04-18 09:03:19 +0200
commit6f45e696874401a224fa6c3c6b299933b3ae793f (patch)
tree6bed282ba4e821177b9283d3dbb00f3d2a82ec23 /sw/inc/swmodule.hxx
parent773191d76d0c4a01f52a670018d505e86441407d (diff)
sw: fix some IWYU warnings
Change-Id: Idff219e1c8f18adaa0f445a5469650c7793cae3a Reviewed-on: https://gerrit.libreoffice.org/53066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/inc/swmodule.hxx')
-rw-r--r--sw/inc/swmodule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx
index 7302281e7f66..e70599f85a21 100644
--- a/sw/inc/swmodule.hxx
+++ b/sw/inc/swmodule.hxx
@@ -31,8 +31,6 @@
#include "swdllapi.h"
#include "shellid.hxx"
#include "fldupde.hxx"
-#include <com/sun/star/linguistic2/XLinguServiceEventListener.hpp>
-#include <com/sun/star/linguistic2/XLanguageGuessing.hpp>
class Color;
class SfxItemSet;
@@ -68,6 +66,8 @@ enum class SvViewOpt {
namespace com{ namespace sun{ namespace star{ namespace scanner{
class XScannerManager2;
}}}}
+namespace com { namespace sun { namespace star { namespace linguistic2 { class XLanguageGuessing; } } } }
+namespace com { namespace sun { namespace star { namespace linguistic2 { class XLinguServiceEventListener; } } } }
class SW_DLLPUBLIC SwModule final : public SfxModule, public SfxListener, public utl::ConfigurationListener
{