summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-03-25 15:15:18 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-03-25 15:15:18 +0000
commit7f3d25849839134adda6ea572ec1fa4960cdef3e (patch)
treeb130f4c326f27c9c7766ecb3350e983955c61912 /sw/source/filter/xml/xmltext.cxx
parent1377233eb8fcace54b44a4180dba6c2fc3684e68 (diff)
#96530# redlines on end nodes
Diffstat (limited to 'sw/source/filter/xml/xmltext.cxx')
-rw-r--r--sw/source/filter/xml/xmltext.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/xml/xmltext.cxx b/sw/source/filter/xml/xmltext.cxx
index dda826c4bbe2..4f16e8139476 100644
--- a/sw/source/filter/xml/xmltext.cxx
+++ b/sw/source/filter/xml/xmltext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltext.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2001-05-04 15:44:57 $
+ * last change: $Author: dvo $ $Date: 2002-03-25 16:15:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,6 +124,7 @@ SvXMLImportContext *SwXMLBodyContext_Impl::CreateChildContext(
void SwXMLBodyContext_Impl::EndElement()
{
+ GetImport().GetTextImport()->RedlineAdjustStartNodeCursor( sal_False );
GetImport().GetTextImport()->SetOutlineStyles();
}