diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:58:35 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 13:01:01 +0200 |
commit | bde28d67c297884d099deab06e610fa3b3ce5cbd (patch) | |
tree | 91d37e72cbe6b553e450a900e517ff2992080569 /basegfx | |
parent | d204b7f78769cfcde19d587b6022b3613f39e640 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): basegfx
Change-Id: Ic9aa3163bdddc84e69f346320e201e9db628ef98
Reviewed-on: https://gerrit.libreoffice.org/76696
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'basegfx')
-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 ) |