summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/graphicshapecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/graphicshapecontext.cxx')
-rw-r--r--oox/source/drawingml/graphicshapecontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/graphicshapecontext.cxx b/oox/source/drawingml/graphicshapecontext.cxx
index 511f9295f7fd..9207c6244e9c 100644
--- a/oox/source/drawingml/graphicshapecontext.cxx
+++ b/oox/source/drawingml/graphicshapecontext.cxx
@@ -118,7 +118,7 @@ ContextHandlerRef GraphicShapeContext::onCreateContext( sal_Int32 aElementToken,
if ((getNamespace( aElementToken ) == NMSP_vml) && mpShapePtr)
{
- mpShapePtr->setServiceName("com.sun.star.drawing.CustomShape");
+ mpShapePtr->setServiceName(u"com.sun.star.drawing.CustomShape"_ustr);
CustomShapePropertiesPtr pCstmShpProps
(mpShapePtr->getCustomShapeProperties());