summaryrefslogtreecommitdiffstats
path: root/svx/source/unodraw/unoshap4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshap4.cxx')
-rw-r--r--svx/source/unodraw/unoshap4.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap4.cxx b/svx/source/unodraw/unoshap4.cxx
index a7c08e759a99..7b642e6e061b 100644
--- a/svx/source/unodraw/unoshap4.cxx
+++ b/svx/source/unodraw/unoshap4.cxx
@@ -407,8 +407,10 @@ bool SvxOle2Shape::getPropertyValueImpl( const ::rtl::OUString& rName, const Sfx
if( pGraphic )
{
GraphicObject aObj( *pGraphic );
- aURL = OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_GRAPHOBJ_URLPREFIX));
- aURL += OUString::createFromAscii( aObj.GetUniqueID().GetBuffer() );
+ aURL = OUString(RTL_CONSTASCII_USTRINGPARAM(
+ UNO_NAME_GRAPHOBJ_URLPREFIX));
+ aURL += rtl::OStringToOUString(aObj.GetUniqueID(),
+ RTL_TEXTENCODING_ASCII_US);
}
}
rValue <<= aURL;