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
commite5ca3aca239fb7a95044e69f29294664ac60c8ec (patch)
treeaaa4f9227af1e1c8dd12dbaf207f4ea00be44bdf /xmloff
parent75ea078b86a58ccdddd4cc4c4e21487e8128ae96 (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 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() )
{