summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:49:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:55:48 +0200
commitef59252a7a3e9474569710866ab4ff5c1225cff7 (patch)
tree2e44048187b5606567e6e89771605437adeaf895 /sc/source/ui/unoobj/appluno.cxx
parentb890de156e335eb10ba70530d9b0599d602ccf07 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): sc
Change-Id: I1bfd2bb623aac5ac457a0b719da64ab393ccd0ba Reviewed-on: https://gerrit.libreoffice.org/76654 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc/source/ui/unoobj/appluno.cxx')
-rw-r--r--sc/source/ui/unoobj/appluno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx
index 1f14265e5a2b..6cddcc87988b 100644
--- a/sc/source/ui/unoobj/appluno.cxx
+++ b/sc/source/ui/unoobj/appluno.cxx
@@ -190,7 +190,7 @@ uno::Reference<uno::XInterface> ScSpreadsheetSettings_CreateInstance(
OUString ScSpreadsheetSettings::getImplementationName_Static()
{
- return OUString( "stardiv.StarCalc.ScSpreadsheetSettings" );
+ return "stardiv.StarCalc.ScSpreadsheetSettings";
}
uno::Sequence<OUString> ScSpreadsheetSettings::getSupportedServiceNames_Static()