diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-07-30 17:58:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-07-31 13:00:39 +0200 |
commit | 6721d123fbb97007281e59537a77b6e5bf1651dc (patch) | |
tree | 78009ef8c228676c33a65cd0762110be4d5a4bdf /canvas/source/simplecanvas | |
parent | 2d447ddc7a46cb6eb475238df1e0b9d10f1e9c06 (diff) |
Improved loplugin:stringconstant (now that GCC 7 supports it): canvas
Change-Id: Ia01e9c6a5a730e0efe97a9315810a5dfef5ec98f
Reviewed-on: https://gerrit.libreoffice.org/76693
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'canvas/source/simplecanvas')
-rw-r--r-- | canvas/source/simplecanvas/simplecanvasimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/simplecanvas/simplecanvasimpl.cxx b/canvas/source/simplecanvas/simplecanvasimpl.cxx index 724e4dbb5372..564e26199284 100644 --- a/canvas/source/simplecanvas/simplecanvasimpl.cxx +++ b/canvas/source/simplecanvas/simplecanvasimpl.cxx @@ -173,7 +173,7 @@ namespace // Ifc XServiceName virtual OUString SAL_CALL getServiceName( ) override { - return OUString( SERVICE_NAME ); + return SERVICE_NAME; } // Ifc XSimpleCanvas |