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/tbxctrls/fontworkgallery.cxx | |
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/tbxctrls/fontworkgallery.cxx')
-rw-r--r-- | svx/source/tbxctrls/fontworkgallery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/fontworkgallery.cxx b/svx/source/tbxctrls/fontworkgallery.cxx index 7d9c5b974438..37e1eb8c8461 100644 --- a/svx/source/tbxctrls/fontworkgallery.cxx +++ b/svx/source/tbxctrls/fontworkgallery.cxx @@ -395,7 +395,7 @@ void SAL_CALL FontworkAlignmentControl::initialize( const css::uno::Sequence< cs OUString FontworkAlignmentControl::getImplementationName() { - return OUString( "com.sun.star.comp.svx.FontworkAlignmentController" ); + return "com.sun.star.comp.svx.FontworkAlignmentController"; } @@ -608,7 +608,7 @@ void SAL_CALL FontworkCharacterSpacingControl::initialize( const css::uno::Seque OUString FontworkCharacterSpacingControl::getImplementationName() { - return OUString( "com.sun.star.comp.svx.FontworkCharacterSpacingController" ); + return "com.sun.star.comp.svx.FontworkCharacterSpacingController"; } |