diff options
Diffstat (limited to 'oox/source/shape/ShapeContextHandler.cxx')
-rw-r--r-- | oox/source/shape/ShapeContextHandler.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/shape/ShapeContextHandler.cxx b/oox/source/shape/ShapeContextHandler.cxx index eeeae937be3f..11bab219184c 100644 --- a/oox/source/shape/ShapeContextHandler.cxx +++ b/oox/source/shape/ShapeContextHandler.cxx @@ -33,14 +33,14 @@ using namespace drawingml; ::rtl::OUString SAL_CALL ShapeContextHandler_getImplementationName() { - return CREATE_OUSTRING( "com.sun.star.comp.oox.ShapeContextHandler" ); + return OUString( "com.sun.star.comp.oox.ShapeContextHandler" ); } uno::Sequence< ::rtl::OUString > SAL_CALL ShapeContextHandler_getSupportedServiceNames() { uno::Sequence< ::rtl::OUString > s(1); - s[0] = CREATE_OUSTRING( "com.sun.star.xml.sax.FastShapeContextHandler" ); + s[0] = "com.sun.star.xml.sax.FastShapeContextHandler"; return s; } |