summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.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/editsh.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/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;