summaryrefslogtreecommitdiffstats
path: root/svx/source/xml/xmlxtimp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xml/xmlxtimp.cxx')
-rw-r--r--svx/source/xml/xmlxtimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx
index f3d0785e0fdb..8abad3101e4a 100644
--- a/svx/source/xml/xmlxtimp.cxx
+++ b/svx/source/xml/xmlxtimp.cxx
@@ -114,7 +114,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler >
if( aIter.first == XML_ELEMENT(XLINK, XML_HREF) &&
SvxXMLTableImportContextEnum::Bitmap == meContext )
{
- OString rValue = aIter.second;
+ OString& rValue = aIter.second;
if( !rValue.isEmpty() && '#' == rValue[0] )
rValue = rValue.copy( 1 );
}