diff options
Diffstat (limited to 'basegfx/source/tools/unopolypolygon.cxx')
-rw-r--r-- | basegfx/source/tools/unopolypolygon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/unopolypolygon.cxx b/basegfx/source/tools/unopolypolygon.cxx index 135624b9edbe..b0c1de7d5636 100644 --- a/basegfx/source/tools/unopolypolygon.cxx +++ b/basegfx/source/tools/unopolypolygon.cxx @@ -430,7 +430,7 @@ namespace unotools #define SERVICE_NAME "com.sun.star.rendering.PolyPolygon2D" OUString SAL_CALL UnoPolyPolygon::getImplementationName() { - return OUString( IMPLEMENTATION_NAME ); + return IMPLEMENTATION_NAME; } sal_Bool SAL_CALL UnoPolyPolygon::supportsService( const OUString& ServiceName ) |