summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unodtabl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unodtabl.cxx')
-rw-r--r--svx/source/unodraw/unodtabl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/unodraw/unodtabl.cxx b/svx/source/unodraw/unodtabl.cxx
index f285ac30c7d1..9cf86c223894 100644
--- a/svx/source/unodraw/unodtabl.cxx
+++ b/svx/source/unodraw/unodtabl.cxx
@@ -64,8 +64,7 @@ OUString SAL_CALL SvxUnoDashTable::getImplementationName()
uno::Sequence< OUString > SAL_CALL SvxUnoDashTable::getSupportedServiceNames( )
{
- uno::Sequence<OUString> aSNS { "com.sun.star.drawing.DashTable" };
- return aSNS;
+ return { "com.sun.star.drawing.DashTable" };
}
NameOrIndex* SvxUnoDashTable::createItem() const