summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ca369f85b01d..87710d310d76 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() )
{