summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 3a7ecbd9e030..6ecf2ce5e75b 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -29,16 +29,12 @@
#include "tblenum.hxx"
#include "tox.hxx"
-#include <com/sun/star/linguistic2/ProofreadingResult.hpp>
-#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
-
#include <memory>
#include <vector>
#include <set>
namespace tools { class PolyPolygon; }
class SwDoc;
-class DateTime;
class CommandExtTextInputData;
class SvNumberFormatter;
@@ -47,8 +43,6 @@ class SfxItemSet;
class SfxWatermarkItem;
class SvxAutoCorrect;
-class SwField;
-class SwFieldType;
class SwDDEFieldType;
class SwDBManager;
@@ -61,11 +55,7 @@ class SwNumRule;
class SwTextFormatColl;
class SwGrfNode;
-class SwFlyFrameFormat;
-class SwFrameFormat;
-class SwCharFormat;
-class SwExtTextInput;
class Graphic;
class GraphicObject;
class GraphicAttr;
@@ -103,6 +93,8 @@ enum class GraphicType;
namespace com { namespace sun { namespace star { namespace uno {
template < class > class Sequence;
}}}}
+namespace com { namespace sun { namespace star { namespace linguistic2 { class XSpellAlternatives; } } } }
+namespace com { namespace sun { namespace star { namespace linguistic2 { struct ProofreadingResult; } } } }
namespace svx{
struct SpellPortion;