summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Legend.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:58:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 13:00:34 +0200
commit2d447ddc7a46cb6eb475238df1e0b9d10f1e9c06 (patch)
treeb61368365af005d9570ccde39d49620997612e6b /chart2/source/model/main/Legend.cxx
parent8b6c64513d6e3e2161f06c38fc093e47216dabb1 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): chart2
Change-Id: I9fb8e2853b5ddb1f9fe589f4e47828025ea52915 Reviewed-on: https://gerrit.libreoffice.org/76692 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'chart2/source/model/main/Legend.cxx')
-rw-r--r--chart2/source/model/main/Legend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/Legend.cxx b/chart2/source/model/main/Legend.cxx
index 6648826caf50..654ccc45cbcd 100644
--- a/chart2/source/model/main/Legend.cxx
+++ b/chart2/source/model/main/Legend.cxx
@@ -268,7 +268,7 @@ Reference< beans::XPropertySetInfo > SAL_CALL Legend::getPropertySetInfo()
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
OUString SAL_CALL Legend::getImplementationName()
{
- return OUString("com.sun.star.comp.chart2.Legend");
+ return "com.sun.star.comp.chart2.Legend";
}
sal_Bool SAL_CALL Legend::supportsService( const OUString& rServiceName )