summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorMani Kumar <manid2.work@gmail.com>2021-03-17 22:50:33 +0530
committerMike Kaganski <mike.kaganski@collabora.com>2021-03-18 07:29:56 +0100
commitbd43c754d3a6977fc2de80bce27d4045046cb32f (patch)
tree4176329f6e01c82424d1ec21dd8585bf7dac110f /xmlhelp
parent80da19ae298b4b4d8802906f88fde0c0f9348765 (diff)
tdf#88205: Use initializer_list ctor in css::uno::Sequence
Change-Id: I95aaefa11c733f5c020600cf13510af1bc9c0de7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112652 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/content.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/content.cxx b/xmlhelp/source/cxxhelp/provider/content.cxx
index f16c6b880471..1dc5347f2d1e 100644
--- a/xmlhelp/source/cxxhelp/provider/content.cxx
+++ b/xmlhelp/source/cxxhelp/provider/content.cxx
@@ -105,9 +105,7 @@ OUString SAL_CALL Content::getImplementationName()
// virtual
uno::Sequence< OUString > SAL_CALL Content::getSupportedServiceNames()
{
- uno::Sequence<OUString> aSNS { "com.sun.star.ucb.CHelpContent" };
-
- return aSNS;
+ return { "com.sun.star.ucb.CHelpContent" };
}
// XContent methods.