summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/framectr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/bibliography/framectr.cxx')
-rw-r--r--extensions/source/bibliography/framectr.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/bibliography/framectr.cxx b/extensions/source/bibliography/framectr.cxx
index 586b9b617c7b..d89df18482c4 100644
--- a/extensions/source/bibliography/framectr.cxx
+++ b/extensions/source/bibliography/framectr.cxx
@@ -206,8 +206,7 @@ css::uno::Sequence< OUString > SAL_CALL BibFrameController_Impl::getSupportedSer
{
// return only top level services ...
// base services are included there and should be asked by uno-rtti.
- css::uno::Sequence< OUString > lNames(1);
- lNames[0] = "com.sun.star.frame.Bibliography";
+ css::uno::Sequence< OUString > lNames { "com.sun.star.frame.Bibliography" };
return lNames;
}