summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbunocontroller.cxx
diff options
context:
space:
mode:
authorYusuf Keten <ketenyusuf@gmail.com>2020-01-11 19:01:20 +0300
committerStephan Bergmann <sbergman@redhat.com>2020-01-12 17:09:42 +0100
commit1be03e47df4281a2a855a61b71f006dea0e212ff (patch)
treef40448af87cfca8ddc0f97565451018e0ad1c791 /svx/source/tbxctrls/tbunocontroller.cxx
parentdd3e75758f9de9e08022938b5cc948c2a4417058 (diff)
tdf88205 Adapt uses of css::uno::Sequence to use initializer_list ctor
Change-Id: I5eb9c58f511a6ded473eb3fb998fd21584c227d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86607 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/tbxctrls/tbunocontroller.cxx')
-rw-r--r--svx/source/tbxctrls/tbunocontroller.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index 11f5cc2f2fce..ca264c232de4 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -343,8 +343,7 @@ OUString SAL_CALL FontHeightToolBoxControl::getImplementationName()
uno::Sequence< OUString > SAL_CALL FontHeightToolBoxControl::getSupportedServiceNames( )
{
- uno::Sequence<OUString> aSNS { "com.sun.star.frame.ToolbarController" };
- return aSNS;
+ return { "com.sun.star.frame.ToolbarController" };
}
// XComponent