summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/scdetect.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/scdetect.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/scdetect.cxx')
-rw-r--r--sc/source/ui/unoobj/scdetect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx
index 2fb761d35ae0..711457f791f1 100644
--- a/sc/source/ui/unoobj/scdetect.cxx
+++ b/sc/source/ui/unoobj/scdetect.cxx
@@ -330,7 +330,7 @@ OUString SAL_CALL ScFilterDetect::detect( uno::Sequence<beans::PropertyValue>& l
OUString SAL_CALL ScFilterDetect::getImplementationName()
{
- return OUString("com.sun.star.comp.calc.FormatDetector");
+ return "com.sun.star.comp.calc.FormatDetector";
}
sal_Bool ScFilterDetect::supportsService( const OUString& sServiceName )