summaryrefslogtreecommitdiff
path: root/ucb/source/core/cmdenv.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:46:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:53:24 +0200
commiteda2eb3014cadbc5f9818c84b9a698682a6061e6 (patch)
tree7edc13d3e550f9412b61e1db6d948d18544bca6c /ucb/source/core/cmdenv.cxx
parenta8dfa13fe0f99638f21795dbbb6b5050d5f2fb57 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): ucb
Change-Id: Id9c3a97bdb3eaa69973d3742ce57257800fa21ae Reviewed-on: https://gerrit.libreoffice.org/76634 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucb/source/core/cmdenv.cxx')
-rw-r--r--ucb/source/core/cmdenv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/core/cmdenv.cxx b/ucb/source/core/cmdenv.cxx
index b49ebc3d4f51..638db5cc6044 100644
--- a/ucb/source/core/cmdenv.cxx
+++ b/ucb/source/core/cmdenv.cxx
@@ -90,7 +90,7 @@ UcbCommandEnvironment::getSupportedServiceNames()
// static
OUString UcbCommandEnvironment::getImplementationName_Static()
{
- return OUString( "com.sun.star.comp.ucb.CommandEnvironment" );
+ return "com.sun.star.comp.ucb.CommandEnvironment";
}