diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:48:02 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 12:54:10 +0200 |
commit | 06daea730e65b70f1a2c6adaeeeaa8fc2927a311 (patch) | |
tree | 004e42e16b58cc4885bbf09019127289fbb3dd9a /svx/source/customshapes | |
parent | 39642d415cd70165574f91500801d3b49c65d646 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): svx
Change-Id: Idbdee862f96a3d9e6baaa7203528a423c017eb80
Reviewed-on: https://gerrit.libreoffice.org/76640
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeEngine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeEngine.cxx b/svx/source/customshapes/EnhancedCustomShapeEngine.cxx index 31cda0abcabd..7e7bcca224a8 100644 --- a/svx/source/customshapes/EnhancedCustomShapeEngine.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeEngine.cxx @@ -135,7 +135,7 @@ void SAL_CALL EnhancedCustomShapeEngine::initialize( const Sequence< Any >& aArg // XServiceInfo OUString SAL_CALL EnhancedCustomShapeEngine::getImplementationName() { - return OUString( "com.sun.star.drawing.EnhancedCustomShapeEngine" ); + return "com.sun.star.drawing.EnhancedCustomShapeEngine"; } sal_Bool SAL_CALL EnhancedCustomShapeEngine::supportsService( const OUString& rServiceName ) { |