diff options
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 3 |
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( |