summaryrefslogtreecommitdiff
path: root/comphelper/source/streaming
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/streaming')
-rw-r--r--comphelper/source/streaming/memorystream.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/source/streaming/memorystream.cxx b/comphelper/source/streaming/memorystream.cxx
index 89f3d8a5d7c6..35b99a80dc8c 100644
--- a/comphelper/source/streaming/memorystream.cxx
+++ b/comphelper/source/streaming/memorystream.cxx
@@ -219,8 +219,7 @@ OUString SAL_CALL UNOMemoryStream::getImplementationName_static()
Sequence< OUString > SAL_CALL UNOMemoryStream::getSupportedServiceNames_static()
{
- Sequence< OUString > aSeq(1);
- aSeq[0] = getImplementationName_static();
+ Sequence< OUString > aSeq { getImplementationName_static() };
return aSeq;
}