diff options
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index 15018b33ef58..a78b2ac32014 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -234,8 +234,7 @@ OUString PresenterProtocolHandler::getImplementationName_static() Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static() { - static const OUString sServiceName("com.sun.star.frame.ProtocolHandler"); - return Sequence<OUString>(&sServiceName, 1); + return { "com.sun.star.frame.ProtocolHandler" }; } Reference<XInterface> PresenterProtocolHandler::Create ( |