summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/textlayout.cxx
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/vcl/textlayout.cxx
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/vcl/textlayout.cxx')
-rw-r--r--canvas/source/vcl/textlayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/textlayout.cxx b/canvas/source/vcl/textlayout.cxx
index 3eee412c3416..48e6aaac79dc 100644
--- a/canvas/source/vcl/textlayout.cxx
+++ b/canvas/source/vcl/textlayout.cxx
@@ -409,7 +409,7 @@ namespace vclcanvas
OUString SAL_CALL TextLayout::getImplementationName()
{
- return OUString( "VCLCanvas::TextLayout" );
+ return "VCLCanvas::TextLayout";
}
sal_Bool SAL_CALL TextLayout::supportsService( const OUString& ServiceName )