summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/txtfrm.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-05 23:18:18 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-05-14 09:13:38 +0200
commit17ecffa91065f453b0799dcc869901f2ecde09dd (patch)
tree272fea09faee1e1f01ef8f1ec1821640220b24da /sw/source/core/inc/txtfrm.hxx
parentc4589dd7141f931513827367b457f481d960b774 (diff)
tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7cd9837360e244741bfa22b4693fd221241daf12 Reviewed-on: https://gerrit.libreoffice.org/71833 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/inc/txtfrm.hxx')
-rw-r--r--sw/source/core/inc/txtfrm.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx
index 51eaf62279c5..c9deeb0c827e 100644
--- a/sw/source/core/inc/txtfrm.hxx
+++ b/sw/source/core/inc/txtfrm.hxx
@@ -21,11 +21,12 @@
#include <com/sun/star/uno/Sequence.hxx>
#include "cntfrm.hxx"
-#include <ndtxt.hxx>
#include "TextFrameIndex.hxx"
#include <boost/version.hpp>
+#include <set>
+
namespace com { namespace sun { namespace star { namespace linguistic2 { class XHyphenatedWord; } } } }
namespace sw { namespace mark { class IMark; } }
@@ -36,19 +37,17 @@ class SwTextFormatter;
class SwTextFormatInfo;
class SwParaPortion;
class WidowsAndOrphans;
-class SwBodyFrame;
class SwTextFootnote;
class SwInterHyphInfo; // Hyphenate()
class SwCache;
class SwBorderAttrs;
class SwFrameFormat;
-class OutputDevice;
-class SwTestFormat;
struct SwCursorMoveState;
struct SwFillData;
class SwPortionHandler;
class SwScriptInfo;
enum class ExpandMode;
+class SwTextAttr;
#define NON_PRINTING_CHARACTER_COLOR Color(0x26, 0x8b, 0xd2)