From e8d66dda0880bc9df439f9337372b92694868d92 Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 20 Nov 2000 08:41:15 +0000 Subject: new para attributes - expand para range --- sw/inc/txtatr.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sw/inc/txtatr.hxx') diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx index 846d1ca9a63d..030d1707e2f3 100644 --- a/sw/inc/txtatr.hxx +++ b/sw/inc/txtatr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtatr.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jp $ $Date: 2000-11-16 21:29:02 $ + * last change: $Author: jp $ $Date: 2000-11-20 09:36:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -220,6 +220,7 @@ public: class SwTxtUnderline : public SwTxtAttrEnd { FontUnderline ePrevUnderline; + Color ePrevColor; public: SwTxtUnderline( const SvxUnderlineItem& rAttr, xub_StrLen nStart, xub_StrLen nEnd ); -- cgit