summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.hxx
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2000-11-20 08:41:15 +0000
committerjp <jp@openoffice.org>2000-11-20 08:41:15 +0000
commite8d66dda0880bc9df439f9337372b92694868d92 (patch)
treefe0292c2b001f33365723727cb76fe1efe35def3 /sw/inc/txtatr.hxx
parent33f8fa80a55bd4b59cbbdb5268b878c350538cdb (diff)
new para attributes - expand para range
Diffstat (limited to 'sw/inc/txtatr.hxx')
-rw-r--r--sw/inc/txtatr.hxx5
1 files changed, 3 insertions, 2 deletions
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 );