summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLAutoTextEventImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventImport.cxx')
-rw-r--r--xmloff/source/text/XMLAutoTextEventImport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventImport.cxx b/xmloff/source/text/XMLAutoTextEventImport.cxx
index 340b03ae5ef7..2f84a86708d4 100644
--- a/xmloff/source/text/XMLAutoTextEventImport.cxx
+++ b/xmloff/source/text/XMLAutoTextEventImport.cxx
@@ -108,8 +108,7 @@ Sequence< OUString > SAL_CALL
XMLAutoTextEventImport_getSupportedServiceNames()
throw()
{
- Sequence< OUString > aSeq( 1 );
- aSeq[0] = XMLAutoTextEventImport_getImplementationName();
+ Sequence<OUString> aSeq { XMLAutoTextEventImport_getImplementationName() };
return aSeq;
}