summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming/memorystream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/streaming/memorystream.cxx')
-rw-r--r--comphelper/source/streaming/memorystream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/streaming/memorystream.cxx b/comphelper/source/streaming/memorystream.cxx
index 741c4346d310..8d120989eec6 100644
--- a/comphelper/source/streaming/memorystream.cxx
+++ b/comphelper/source/streaming/memorystream.cxx
@@ -92,7 +92,7 @@ UNOMemoryStream::UNOMemoryStream()
// XServiceInfo
OUString SAL_CALL UNOMemoryStream::getImplementationName()
{
- return OUString("com.sun.star.comp.MemoryStream");
+ return "com.sun.star.comp.MemoryStream";
}
sal_Bool SAL_CALL UNOMemoryStream::supportsService(const OUString& ServiceName)