diff options
Diffstat (limited to 'extensions/source/propctrlr/defaulthelpprovider.cxx')
-rw-r--r-- | extensions/source/propctrlr/defaulthelpprovider.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/defaulthelpprovider.cxx b/extensions/source/propctrlr/defaulthelpprovider.cxx index 79f73213f8fe..414d6008f416 100644 --- a/extensions/source/propctrlr/defaulthelpprovider.cxx +++ b/extensions/source/propctrlr/defaulthelpprovider.cxx @@ -77,8 +77,7 @@ namespace pcr Sequence< OUString > DefaultHelpProvider::getSupportedServiceNames_static( ) throw(RuntimeException) { - Sequence< OUString > aSupported(1); - aSupported[0] = "com.sun.star.inspection.DefaultHelpProvider"; + Sequence< OUString > aSupported { "com.sun.star.inspection.DefaultHelpProvider" }; return aSupported; } |