summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpreader.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpreader.hxx')
-rw-r--r--hwpfilter/source/hwpreader.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/hwpfilter/source/hwpreader.hxx b/hwpfilter/source/hwpreader.hxx
index 0e5825ca14ae..3353bdd65617 100644
--- a/hwpfilter/source/hwpreader.hxx
+++ b/hwpfilter/source/hwpreader.hxx
@@ -192,8 +192,7 @@ Reference< XInterface > HwpImportFilter_CreateInstance(
Sequence< OUString > HwpImportFilter::getSupportedServiceNames_Static() throw ()
{
- Sequence< OUString > aRet(1);
- aRet.getArray()[0] = HwpImportFilter::getImplementationName_Static();
+ Sequence< OUString > aRet { HwpImportFilter::getImplementationName_Static() };
return aRet;
}