summaryrefslogtreecommitdiffstats
path: root/svx/source/svrtf
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 11:05:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 11:05:36 +0000
commit9fe077fd8195888c2939089f811b1ee36bcbd151 (patch)
treeb868f801d5f41d94f8c43a1d2ad86bb4e580ba7a /svx/source/svrtf
parentINTEGRATION: CWS traleefilterteam20 (1.12.6); FILE MERGED (diff)
downloadcore-9fe077fd8195888c2939089f811b1ee36bcbd151.tar.gz
core-9fe077fd8195888c2939089f811b1ee36bcbd151.zip
INTEGRATION: CWS traleefilterteam20 (1.20.6); FILE MERGED
2004/01/22 14:10:07 cmc 1.20.6.1: #i15020# add handy virtual methods to base rtf parser
Diffstat (limited to 'svx/source/svrtf')
-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;