summaryrefslogtreecommitdiff
path: root/sw/source/filter/rtf/wrtrtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/rtf/wrtrtf.hxx')
-rw-r--r--sw/source/filter/rtf/wrtrtf.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/filter/rtf/wrtrtf.hxx b/sw/source/filter/rtf/wrtrtf.hxx
index 18486f5a3224..737a3164b95a 100644
--- a/sw/source/filter/rtf/wrtrtf.hxx
+++ b/sw/source/filter/rtf/wrtrtf.hxx
@@ -30,6 +30,7 @@
#include <shellio.hxx>
#include <wrt_fn.hxx>
#include "../inc/msfilter.hxx"
+#include <deque>
#include <com/sun/star/util/DateTime.hpp>
@@ -37,7 +38,6 @@
class Color;
class Font;
class SvPtrarr;
-class RTFColorTbl;
class SwFmt;
class SwFlyFrmFmt;
class SwPosFlyFrms;
@@ -57,6 +57,7 @@ extern SwNodeFnTab aRTFNodeFnTab;
// be used
#define DEF_ENCODING RTL_TEXTENCODING_ASCII_US
+typedef std::deque<Color> RTFColorTbl;
class RTF_WrtRedlineAuthor : public sw::util::WrtRedlineAuthor
{