summaryrefslogtreecommitdiffstats
path: root/extensions/source/logging/filehandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/logging/filehandler.cxx')
-rw-r--r--extensions/source/logging/filehandler.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/logging/filehandler.cxx b/extensions/source/logging/filehandler.cxx
index 0a0b71f8b433..52c4c368aa50 100644
--- a/extensions/source/logging/filehandler.cxx
+++ b/extensions/source/logging/filehandler.cxx
@@ -386,8 +386,7 @@ namespace logging
Sequence< OUString > SAL_CALL FileHandler::getSupportedServiceNames_static()
{
- Sequence< OUString > aServiceNames(1);
- aServiceNames[0] = "com.sun.star.logging.FileHandler";
+ Sequence< OUString > aServiceNames { "com.sun.star.logging.FileHandler" };
return aServiceNames;
}