summaryrefslogtreecommitdiff
path: root/sw/inc/iodetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/iodetect.hxx')
-rw-r--r--sw/inc/iodetect.hxx13
1 files changed, 9 insertions, 4 deletions
diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx
index 3443145af358..388e7d9e7a29 100644
--- a/sw/inc/iodetect.hxx
+++ b/sw/inc/iodetect.hxx
@@ -20,11 +20,11 @@
#ifndef INCLUDED_SW_INC_IODETECT_HXX
#define INCLUDED_SW_INC_IODETECT_HXX
-#include <osl/endian.h>
+#include <memory>
#include <rtl/ustring.hxx>
-#include <sfx2/docfilt.hxx>
-#include <sfx2/docfile.hxx>
-#include <sfx2/fcontnr.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
@@ -44,6 +44,11 @@
#define sSWRITER "swriter"
#define sSWRITERWEB "swriter/web"
+class SfxFilter;
+class SfxFilterContainer;
+class SotStorage;
+class SvStream;
+
struct SwIoDetect
{
const OUString sName;