summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-01-12 15:15:41 +0000
committerOliver Specht <os@openoffice.org>2001-01-12 15:15:41 +0000
commit6bff13645223e2a2701acc1b6f7d579671c97e06 (patch)
treefacae3496642bf8542a195b434d4c95c676b7b7f /sw/source/filter/xml/xmltbli.cxx
parent6e2054fc20b8769a94d412d977e740142cc07816 (diff)
new: Redline container
Diffstat (limited to 'sw/source/filter/xml/xmltbli.cxx')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 0cf181312bb8..5f1f80aa4007 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltbli.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: dvo $ $Date: 2000-12-11 20:15:55 $
+ * last change: $Author: os $ $Date: 2001-01-12 16:15:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2358,7 +2358,7 @@ const SwStartNode *SwXMLTableContext::InsertTableSection(
aPos.nContent.Assign( pCNd, 0U );
Reference < XTextRange > xTextRange =
- CreateTextRangeFromPosition( pDoc, aPos, 0 );
+ SwXTextRange::CreateTextRangeFromPosition( pDoc, aPos, 0 );
Reference < XText > xText = xTextRange->getText();
Reference < XTextCursor > xTextCursor =
xText->createTextCursorByRange( xTextRange );