summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshape.cxx')
-rw-r--r--svx/source/unodraw/unoshape.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 6a945ba9a195..76c46fc1ec80 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -3185,7 +3185,7 @@ uno::Sequence<uno::Any> SvxShape::getPropertyDefaults(
OUString SAL_CALL SvxShape::getImplementationName()
throw(uno::RuntimeException)
{
- static OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM("SvxShape") );
+ static OUString aServiceName("SvxShape");
return aServiceName;
}
@@ -4059,7 +4059,7 @@ void SAL_CALL SvxShapeText::release() throw()
//----------------------------------------------------------------------
OUString SAL_CALL SvxShapeText::getImplementationName() throw( uno::RuntimeException )
{
- static OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM("SvxShapeText") );
+ static OUString aServiceName("SvxShapeText");
return aServiceName;
}