summaryrefslogtreecommitdiff
path: root/sdext/source/presenter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:49:08 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:55:10 +0200
commitec7a52125cd0674b58f58d0678e23885d67e1484 (patch)
tree4393f3379be97628401565ae341c48677c6bea37 /sdext/source/presenter
parentf0531aee9535118addf73771c2b3d8a02f1894bf (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): sdext
Change-Id: I3124c3e91c2bbf918113544d5d01b55a3f6b6005 Reviewed-on: https://gerrit.libreoffice.org/76649 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sdext/source/presenter')
-rw-r--r--sdext/source/presenter/PresenterProtocolHandler.cxx2
-rw-r--r--sdext/source/presenter/PresenterScreen.cxx2
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()