summaryrefslogtreecommitdiff
path: root/fpicker/source/office/OfficeFilePicker.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/office/OfficeFilePicker.cxx')
-rw-r--r--fpicker/source/office/OfficeFilePicker.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx
index 19b4030d0cbc..938e2a800d96 100644
--- a/fpicker/source/office/OfficeFilePicker.cxx
+++ b/fpicker/source/office/OfficeFilePicker.cxx
@@ -1135,9 +1135,7 @@ Sequence< OUString > SAL_CALL SvtFilePicker::getSupportedServiceNames() throw( R
/* Helper for XServiceInfo */
Sequence< OUString > SvtFilePicker::impl_getStaticSupportedServiceNames()
{
- Sequence< OUString > seqServiceNames( 1 );
- OUString* pArray = seqServiceNames.getArray();
- pArray[0] = "com.sun.star.ui.dialogs.OfficeFilePicker";
+ Sequence<OUString> seqServiceNames { "com.sun.star.ui.dialogs.OfficeFilePicker" };
return seqServiceNames ;
}
@@ -1204,9 +1202,7 @@ Sequence< OUString > SAL_CALL SvtRemoteFilePicker::getSupportedServiceNames() th
/* Helper for XServiceInfo */
Sequence< OUString > SvtRemoteFilePicker::impl_getStaticSupportedServiceNames()
{
- Sequence< OUString > seqServiceNames( 1 );
- OUString* pArray = seqServiceNames.getArray();
- pArray[0] = "com.sun.star.ui.dialogs.RemoteFilePicker";
+ Sequence<OUString> seqServiceNames { "com.sun.star.ui.dialogs.RemoteFilePicker" };
return seqServiceNames ;
}