summaryrefslogtreecommitdiffstats
path: root/io/source/stm/opipe.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opipe.cxx')
-rw-r--r--io/source/stm/opipe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/source/stm/opipe.cxx b/io/source/stm/opipe.cxx
index 238c73292274..4815a69bc862 100644
--- a/io/source/stm/opipe.cxx
+++ b/io/source/stm/opipe.cxx
@@ -363,7 +363,7 @@ Reference < XInterface > OPipeImpl_CreateInstance(
OUString OPipeImpl_getImplementationName()
{
- return OUString( IMPLEMENTATION_NAME );
+ return IMPLEMENTATION_NAME;
}
Sequence<OUString> OPipeImpl_getSupportedServiceNames()