summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-02 13:38:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-02 13:38:46 +0000
commit8b5ed50dfc9679cfdfec70d12593daffa90da9b8 (patch)
treed28172042e823b938581bd294ab1827ba5c54c76 /xmloff
parent227b0a7871bf29b795aab303f5573db83e17e303 (diff)
INTEGRATION: CWS sab012 (1.5.250); FILE MERGED
2004/02/03 10:01:45 sab 1.5.250.1: #114446#; merge from sab009 into sab012
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/XMLTextMarkImportContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextMarkImportContext.cxx b/xmloff/source/text/XMLTextMarkImportContext.cxx
index 9125d16e3f..d6da5599cd 100644
--- a/xmloff/source/text/XMLTextMarkImportContext.cxx
+++ b/xmloff/source/text/XMLTextMarkImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTextMarkImportContext.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: dvo $ $Date: 2001-06-29 21:07:22 $
+ * last change: $Author: rt $ $Date: 2004-11-02 14:38:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,7 +196,7 @@ void XMLTextMarkImportContext::StartElement(
sName))
{
Reference<XTextRange> xEndRange(
- rHelper.GetCursorAsRange()->getEnd());
+ rHelper.GetCursorAsRange()->getStart());
// check if beginning and end are in same XText
if (xStartRange->getText() == xEndRange->getText())