summaryrefslogtreecommitdiffstats
path: root/framework/inc/uiconfiguration/imagemanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uiconfiguration/imagemanager.hxx')
-rw-r--r--framework/inc/uiconfiguration/imagemanager.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/inc/uiconfiguration/imagemanager.hxx b/framework/inc/uiconfiguration/imagemanager.hxx
index fba820963309..8c46073d84e3 100644
--- a/framework/inc/uiconfiguration/imagemanager.hxx
+++ b/framework/inc/uiconfiguration/imagemanager.hxx
@@ -69,8 +69,7 @@ namespace framework
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception) override
{
- css::uno::Sequence< OUString > aSeq(1);
- aSeq[0] = "com.sun.star.ui.ImageManager";
+ css::uno::Sequence< OUString > aSeq { "com.sun.star.ui.ImageManager" };
return aSeq;
}