summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorMehmet Emin Başoğlu <mehmeteminbasoglu@hotmail.com>2020-01-27 16:37:54 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-27 22:14:11 +0100
commit4939a8905207c0aa044156dc583e4cdd6e7eb63e (patch)
tree55b4d388af86c4e000f7ed4cf2cf206f3a238e60 /unoxml
parentd39ad9cdd5f02b01d4d7b747a9c20168cbe915eb (diff)
tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor
Change-Id: Iffb8512c530b33f87076aec9f85b45219c7d07e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87528 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index df9f34001441..aca43c107e77 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -2464,8 +2464,7 @@ OUString _getImplementationName() {
uno::Sequence< OUString > _getSupportedServiceNames()
{
- uno::Sequence< OUString > s { "com.sun.star.rdf.Repository" };
- return s;
+ return { "com.sun.star.rdf.Repository" };
}
uno::Reference< uno::XInterface > _create(