summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/XMLRedlineImportHelper.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 16:30:35 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 16:30:35 +0000
commit3433d1e67fb55ea232d76f74a24fdf8c346d8fcc (patch)
tree9d407d7da251cbf93c3c09a565189b61a5f73bfb /sw/source/filter/xml/XMLRedlineImportHelper.cxx
parent745cb1c2001db4c11a96f3eb846f57f9b00b8309 (diff)
INTEGRATION: CWS ooo20031110 (1.14.234); FILE MERGED
2003/11/13 10:57:29 waratah 1.14.234.1: #i22301# correct the for scope problems in the code
Diffstat (limited to 'sw/source/filter/xml/XMLRedlineImportHelper.cxx')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.cxx b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
index ce6a8c79a52b..9ef6e5b4a1f4 100644
--- a/sw/source/filter/xml/XMLRedlineImportHelper.cxx
+++ b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLRedlineImportHelper.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 15:05:45 $
+ * last change: $Author: rt $ $Date: 2003-12-01 17:30:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -518,7 +518,8 @@ void XMLRedlineImportHelper::Add(
// (hierarchy sanity checking happens on insertino into the document)
// find last element
- for(RedlineInfo* pInfoChain = aRedlineMap[rId];
+ RedlineInfo* pInfoChain;
+ for( pInfoChain = aRedlineMap[rId];
NULL != pInfoChain->pNextRedline;
pInfoChain = pInfoChain->pNextRedline) ; // empty loop