summaryrefslogtreecommitdiffstats
path: root/io/source/TextInputStream
diff options
context:
space:
mode:
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()