Kaydet (Commit) 82c7ac56 authored tarafından dilekuzulmez's avatar dilekuzulmez Kaydeden (comit) Muhammet Kara

tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor

Change-Id: Iaedabfa4c4242f5a37f818572fddfbcca88d5b9a
Reviewed-on: https://gerrit.libreoffice.org/33849Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMuhammet Kara <muhammet.kara@pardus.org.tr>
Tested-by: 's avatarMuhammet Kara <muhammet.kara@pardus.org.tr>
üst 839e53b9
...@@ -60,8 +60,7 @@ sal_Bool SAL_CALL CrashReportUI::supportsService(const OUString& sServiceName) ...@@ -60,8 +60,7 @@ sal_Bool SAL_CALL CrashReportUI::supportsService(const OUString& sServiceName)
css::uno::Sequence< OUString > SAL_CALL CrashReportUI::getSupportedServiceNames() css::uno::Sequence< OUString > SAL_CALL CrashReportUI::getSupportedServiceNames()
{ {
css::uno::Sequence< OUString > lServiceNames { "com.sun.star.dialog.CrashReportUI" }; return { "com.sun.star.dialog.CrashReportUI" };
return lServiceNames;
} }
css::uno::Any SAL_CALL CrashReportUI::dispatchWithReturnValue(const css::util::URL&, css::uno::Any SAL_CALL CrashReportUI::dispatchWithReturnValue(const css::util::URL&,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment