summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorDilek Uzulmez <dilekuzulmez@gmail.com>2017-05-17 16:02:24 +0300
committerStephan Bergmann <sbergman@redhat.com>2017-05-18 09:34:26 +0200
commit7902ac9fbcdbaefa5ec4e7d8d07c240aecad346a (patch)
treebfa7c119e1135c7b23ac77b984895e1a5ae4323f /unoxml
parentc667669cf9a71d10db2add32d8b592605755ee1c (diff)
tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
Change-Id: I37ab94954f30ad24418ee7453911557ded4f5ee8 Reviewed-on: https://gerrit.libreoffice.org/37707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/CLiteral.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/source/rdf/CLiteral.cxx b/unoxml/source/rdf/CLiteral.cxx
index fc1b2044ec3d..a922dc874397 100644
--- a/unoxml/source/rdf/CLiteral.cxx
+++ b/unoxml/source/rdf/CLiteral.cxx
@@ -179,8 +179,7 @@ OUString SAL_CALL _getImplementationName() {
css::uno::Sequence< OUString > SAL_CALL _getSupportedServiceNames()
{
- css::uno::Sequence< OUString > s { "com.sun.star.rdf.Literal" };
- return s;
+ return { "com.sun.star.rdf.Literal" };
}
css::uno::Reference< css::uno::XInterface > SAL_CALL _create(