| commit | 5d07a4fa1d6d669ee9796ff4babdde0644d2eb59 | [log] |
|---|---|---|
| author | Vishwas <19ucc001@lnmiit.ac.in> | Tue Jan 05 11:48:07 2021 +0530 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Mon Jan 11 13:01:08 2021 +0100 |
| tree | e35ab1dc2986b3ff6cf11edccfccf3e832059c2b | |
| parent | 9b3dca4fef7cca1848e287ddb0f7af68808b6909 [diff] |
tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor Change-Id: Ic08f7d7c2b8da6dd5ede2a719633d123412de3ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108737 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx index 6ec94cb..964f128 100644 --- a/framework/source/jobs/jobdispatch.cxx +++ b/framework/source/jobs/jobdispatch.cxx
@@ -99,8 +99,7 @@ public: virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override { css::uno::Sequence< OUString > aSeq { "com.sun.star.frame.ProtocolHandler" }; return aSeq; return {"com.sun.star.frame.ProtocolHandler"}; } // Xinitialization
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 72c1501..c59ef72 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx
@@ -185,8 +185,7 @@ public: virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override { css::uno::Sequence< OUString > aSeq { "com.sun.star.util.PathSettings" }; return aSeq; return {"com.sun.star.util.PathSettings"}; } // XInterface