summaryrefslogtreecommitdiff
path: root/io/source/acceptor
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:53:46 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:57:36 +0200
commitfab5a47c0cbd001fb0b607069561e8fe20abb328 (patch)
tree8a0f7398fc34bf6dead0c00389ba51034be8da23 /io/source/acceptor
parentfdc49438d5b039506e853098d4bb3bc2fed5c271 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): io
Change-Id: Ia1bf6c89a0c70941f251dcbc68061df7bd3457b4 Reviewed-on: https://gerrit.libreoffice.org/76668 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'io/source/acceptor')
-rw-r--r--io/source/acceptor/acceptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/acceptor/acceptor.cxx b/io/source/acceptor/acceptor.cxx
index 00013a90bf31..0606c4f1f248 100644
--- a/io/source/acceptor/acceptor.cxx
+++ b/io/source/acceptor/acceptor.cxx
@@ -241,7 +241,7 @@ namespace io_acceptor
OUString acceptor_getImplementationName()
{
- return OUString( IMPLEMENTATION_NAME );
+ return IMPLEMENTATION_NAME;
}
Reference< XInterface > acceptor_CreateInstance( const Reference< XComponentContext > & xCtx)