summaryrefslogtreecommitdiff
path: root/i18npool/source/textconversion/textconversionImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/textconversion/textconversionImpl.cxx')
-rw-r--r--i18npool/source/textconversion/textconversionImpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/textconversion/textconversionImpl.cxx b/i18npool/source/textconversion/textconversionImpl.cxx
index b273c8a75bda..fbdbc1501e8c 100644
--- a/i18npool/source/textconversion/textconversionImpl.cxx
+++ b/i18npool/source/textconversion/textconversionImpl.cxx
@@ -116,7 +116,7 @@ TextConversionImpl::supportsService(const OUString& rServiceName)
Sequence< OUString > SAL_CALL
TextConversionImpl::getSupportedServiceNames()
{
- return Sequence< OUString > { "com.sun.star.i18n.TextConversion" };
+ return { "com.sun.star.i18n.TextConversion" };
}
}