summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/helpinterceptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/helpinterceptor.cxx')
-rw-r--r--sfx2/source/appl/helpinterceptor.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/helpinterceptor.cxx b/sfx2/source/appl/helpinterceptor.cxx
index db7d2831b90a..cb7c58680a44 100644
--- a/sfx2/source/appl/helpinterceptor.cxx
+++ b/sfx2/source/appl/helpinterceptor.cxx
@@ -219,8 +219,7 @@ Sequence< OUString > SAL_CALL HelpInterceptor_Impl::getInterceptedURLs()
throw( RuntimeException, std::exception )
{
- Sequence< OUString > aURLList( 1 );
- aURLList[0] = "vnd.sun.star.help://*";
+ Sequence<OUString> aURLList { "vnd.sun.star.help://*" };
return aURLList;
}