summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/GridProperties.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/GridProperties.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/GridProperties.cxx')
-rw-r--r--chart2/source/model/main/GridProperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/model/main/GridProperties.cxx b/chart2/source/model/main/GridProperties.cxx
index a05169c24933..a7fb5be85f6d 100644
--- a/chart2/source/model/main/GridProperties.cxx
+++ b/chart2/source/model/main/GridProperties.cxx
@@ -216,7 +216,7 @@ void GridProperties::firePropertyChangeEvent()
// implement XServiceInfo methods basing upon getSupportedServiceNames_Static
OUString SAL_CALL GridProperties::getImplementationName()
{
- return OUString("com.sun.star.comp.chart2.GridProperties");
+ return "com.sun.star.comp.chart2.GridProperties";
}
sal_Bool SAL_CALL GridProperties::supportsService( const OUString& rServiceName )