summaryrefslogtreecommitdiffstats
path: root/io/source/TextInputStream
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/TextInputStream
parentImproved loplugin:stringconstant (now that GCC 7 supports it): jvmfwk (diff)
downloadcore-fab5a47c0cbd001fb0b607069561e8fe20abb328.tar.gz
core-fab5a47c0cbd001fb0b607069561e8fe20abb328.zip
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/TextInputStream')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 06b8753f6999..26fdb78eb825 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -392,7 +392,7 @@ Reference< XInterface > TextInputStream_CreateInstance(
OUString TextInputStream_getImplementationName()
{
- return OUString ( IMPLEMENTATION_NAME );
+ return IMPLEMENTATION_NAME;
}
Sequence< OUString > TextInputStream_getSupportedServiceNames()