summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authoros <os@openoffice.org>2010-06-07 13:29:03 +0200
committeros <os@openoffice.org>2010-06-07 13:29:03 +0200
commita562519b732041d6b366e373dc0b56b72271cc1a (patch)
tree16374c4de42abcc5be8ecd1fd2520abad5d3a217 /xmloff
parentd471624d35601632a0f5923deb1bde7813ea8bc9 (diff)
rebase to m80
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/text/txtimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index b1d6789e07..e4a47d14fa 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -1825,7 +1825,7 @@ OUString XMLTextImportHelper::SetStyleAndAttrs(
{
// #i107225# the combined characters need to be inserted first
// the selected text has to be removed afterwards
- xText->insertTextContent( xRange->getStart(), xTextContent, sal_True );
+ m_pImpl->m_xText->insertTextContent( xRange->getStart(), xTextContent, sal_True );
if( xRange->getString().getLength() )
{