Kaydet (Commit) 7902ac9f authored tarafından Dilek Uzulmez's avatar Dilek Uzulmez Kaydeden (comit) Stephan Bergmann

tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor

Change-Id: I37ab94954f30ad24418ee7453911557ded4f5ee8
Reviewed-on: https://gerrit.libreoffice.org/37707Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst c667669c
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment