summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/appluno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/appluno.cxx')
-rw-r--r--sc/source/ui/unoobj/appluno.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/appluno.cxx b/sc/source/ui/unoobj/appluno.cxx
index 683714501a15..4eebb81d8ff9 100644
--- a/sc/source/ui/unoobj/appluno.cxx
+++ b/sc/source/ui/unoobj/appluno.cxx
@@ -191,8 +191,7 @@ OUString ScSpreadsheetSettings::getImplementationName_Static()
uno::Sequence<OUString> ScSpreadsheetSettings::getSupportedServiceNames_Static()
{
- uno::Sequence<OUString> aRet { SCSPREADSHEETSETTINGS_SERVICE };
- return aRet;
+ return { SCSPREADSHEETSETTINGS_SERVICE };
}
bool ScSpreadsheetSettings::getPropertyBool(const OUString& aPropertyName)