diff options
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r-- | sdext/source/presenter/PresenterProtocolHandler.cxx | 2 | ||||
-rw-r--r-- | sdext/source/presenter/PresenterScreen.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx index a78b2ac32014..35b528d5ba9e 100644 --- a/sdext/source/presenter/PresenterProtocolHandler.cxx +++ b/sdext/source/presenter/PresenterProtocolHandler.cxx @@ -229,7 +229,7 @@ private: OUString PresenterProtocolHandler::getImplementationName_static() { - return OUString("org.libreoffice.comp.PresenterScreenProtocolHandler"); + return "org.libreoffice.comp.PresenterScreenProtocolHandler"; } Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static() diff --git a/sdext/source/presenter/PresenterScreen.cxx b/sdext/source/presenter/PresenterScreen.cxx index 8689934bf58d..7d7139f9161e 100644 --- a/sdext/source/presenter/PresenterScreen.cxx +++ b/sdext/source/presenter/PresenterScreen.cxx @@ -92,7 +92,7 @@ namespace { OUString PresenterScreenJob::getImplementationName_static() { - return OUString("org.libreoffice.comp.PresenterScreenJob"); + return "org.libreoffice.comp.PresenterScreenJob"; } Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static() |