summaryrefslogtreecommitdiffstats
path: root/svx/source/svrtf/rtfitem.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svrtf/rtfitem.cxx')
-rw-r--r--svx/source/svrtf/rtfitem.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svrtf/rtfitem.cxx b/svx/source/svrtf/rtfitem.cxx
index 65bb9310becd..6195c686fc38 100644
--- a/svx/source/svrtf/rtfitem.cxx
+++ b/svx/source/svrtf/rtfitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rtfitem.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: kz $ $Date: 2003-12-09 12:22:17 $
+ * last change: $Author: hr $ $Date: 2004-02-04 12:05:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -335,6 +335,7 @@ void SvxRTFParser::ReadAttr( int nToken, SfxItemSet* pSet )
{
case RTF_PARD:
RTFPardPlain( TRUE, &pSet );
+ ResetPard();
nStyleNo = 0;
bPardTokenRead = TRUE;
break;