summaryrefslogtreecommitdiff
path: root/sw/inc/iodetect.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/iodetect.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/iodetect.hxx')
-rw-r--r--sw/inc/iodetect.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx
index 388e7d9e7a29..e5223cdb7000 100644
--- a/sw/inc/iodetect.hxx
+++ b/sw/inc/iodetect.hxx
@@ -24,7 +24,6 @@
#include <rtl/ustring.hxx>
#include <tools/lineend.hxx>
#include <tools/solar.h>
-#include <com/sun/star/embed/XStorage.hpp>
#include "swdllapi.h"
#define FILTER_RTF "RTF" ///< RTF filter
@@ -48,6 +47,8 @@ class SfxFilter;
class SfxFilterContainer;
class SotStorage;
class SvStream;
+namespace com { namespace sun { namespace star { namespace embed { class XStorage; } } } }
+namespace com { namespace sun { namespace star { namespace uno { template <typename> class Reference; } } } }
struct SwIoDetect
{