summaryrefslogtreecommitdiff
path: root/canvas/source/simplecanvas
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:58:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 13:00:39 +0200
commit6721d123fbb97007281e59537a77b6e5bf1651dc (patch)
tree78009ef8c228676c33a65cd0762110be4d5a4bdf /canvas/source/simplecanvas
parent2d447ddc7a46cb6eb475238df1e0b9d10f1e9c06 (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.cxx2
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