diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 12:34:00 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-04 12:34:00 +0000 |
commit | 4fe7baacca5cb2d2660dcf4d19f9d0a573220c03 (patch) | |
tree | d286adfbe1c1ed4a389eecc079863e386015c15e /sw | |
parent | f3e27d8b8b7b1ca43c587d0cb52180ef25e8fd6b (diff) |
INTEGRATION: CWS thbpp4 (1.53.144); FILE MERGED
2006/07/26 14:02:14 cmc 1.53.144.1: #i67337# clear results between queries
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/ww8par4.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx index 9963ed1bbd80..f518db67133d 100644 --- a/sw/source/filter/ww8/ww8par4.cxx +++ b/sw/source/filter/ww8/ww8par4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ww8par4.cxx,v $ * - * $Revision: 1.53 $ + * $Revision: 1.54 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:42:38 $ + * last change: $Author: ihi $ $Date: 2006-08-04 13:34:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -590,6 +590,7 @@ void SwWW8ImplReader::Read_CRevisionMark(SwRedlineType eType, { pPlcxMan->HasCharSprm(69, aResult); pSprmCIbstRMark = aResult.empty() ? 0 : aResult.back(); + aResult.clear(); pPlcxMan->HasCharSprm(70, aResult); pSprmCDttmRMark = aResult.empty() ? 0 : aResult.back(); } @@ -597,6 +598,7 @@ void SwWW8ImplReader::Read_CRevisionMark(SwRedlineType eType, { pPlcxMan->HasCharSprm( bIns ? 0x4804 : 0x4863, aResult); pSprmCIbstRMark = aResult.empty() ? 0 : aResult.back(); + aResult.clear(); pPlcxMan->HasCharSprm( bIns ? 0x6805 : 0x6864, aResult); pSprmCDttmRMark = aResult.empty() ? 0 : aResult.back(); } |