diff options
Diffstat (limited to 'sccomp/source')
-rw-r--r-- | sccomp/source/solver/SolverComponent.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sccomp/source/solver/SolverComponent.cxx b/sccomp/source/solver/SolverComponent.cxx index 58ce00adf284..3df7bf5d5887 100644 --- a/sccomp/source/solver/SolverComponent.cxx +++ b/sccomp/source/solver/SolverComponent.cxx @@ -248,8 +248,7 @@ sal_Bool SAL_CALL SolverComponent::supportsService( const OUString& rServiceName uno::Sequence<OUString> SAL_CALL SolverComponent::getSupportedServiceNames() { - uno::Sequence<OUString> aServiceNames { "com.sun.star.sheet.Solver" }; - return aServiceNames; + return { "com.sun.star.sheet.Solver" }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |