summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/XMLRedlineImportHelper.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-11 07:54:49 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-11 07:54:49 +0000
commitde40ecec422ba38a57322dec2a10762253c94506 (patch)
tree62a27d66ce56a8fb29384f7dab9b83747fd0c8a7 /sw/source/filter/xml/XMLRedlineImportHelper.cxx
parentd2cf6d7d416aa8ca50205c16dc81350fc6977b8d (diff)
INTEGRATION: CWS dvoea1 (1.15.152); FILE MERGED
2004/03/24 16:51:30 dvo 1.15.152.1: #112895# don't delete redlined text during import
Diffstat (limited to 'sw/source/filter/xml/XMLRedlineImportHelper.cxx')
-rw-r--r--sw/source/filter/xml/XMLRedlineImportHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/XMLRedlineImportHelper.cxx b/sw/source/filter/xml/XMLRedlineImportHelper.cxx
index 9ef6e5b4a1f4..a0023dd7174f 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.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 17:30:35 $
+ * last change: $Author: rt $ $Date: 2004-06-11 08:54:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -737,7 +737,7 @@ void XMLRedlineImportHelper::InsertIntoDocument(RedlineInfo* pRedlineInfo)
// set redline mode (without doing the associated book-keeping)
pDoc->SetRedlineMode_intern(REDLINE_ON);
- pDoc->AppendRedline(pRedline);
+ pDoc->AppendRedline(pRedline, sal_False);
pDoc->SetRedlineMode_intern(REDLINE_NONE);
}
}