diff options
Diffstat (limited to 'sccomp')
-rw-r--r-- | sccomp/source/solver/SwarmSolver.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sccomp/source/solver/SwarmSolver.cxx b/sccomp/source/solver/SwarmSolver.cxx index a3f2bbec518a..dc310c64986e 100644 --- a/sccomp/source/solver/SwarmSolver.cxx +++ b/sccomp/source/solver/SwarmSolver.cxx @@ -265,8 +265,7 @@ public: uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override { - uno::Sequence<OUString> aServiceNames{ "com.sun.star.sheet.Solver" }; - return aServiceNames; + return { "com.sun.star.sheet.Solver" }; } private: |