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

Change-Id: I3c01bb8abeee949bcd1aae861aeb1b1ac516ec58
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120299
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index ca8cef1..3443bd8 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -184,8 +184,7 @@ class StatusIndicatorFactory final : public  ::cppu::WeakImplHelper<

        virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override
        {
            css::uno::Sequence< OUString > aSeq { "com.sun.star.task.StatusIndicatorFactory" };
            return aSeq;
           return { "com.sun.star.task.StatusIndicatorFactory" };
        }

        // XInitialization