summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-08-01 10:13:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-08-01 11:02:06 +0200
commit6eefac3b3744f806b0a35afbd0d9669d840118f4 (patch)
tree45ecbd28bb0b42205a55c034c5dd962f5d2f6c7a /extensions
parent49a32d5567a07ce0deb901a491a9cedb3cd3bbfc (diff)
loplugin:stringconstant
Change-Id: Ia79eb53c3ab3a61a247ed56e0e1a956518721fa0 Reviewed-on: https://gerrit.libreoffice.org/76775 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheckconfig.cxx2
-rw-r--r--extensions/source/update/check/updatecheckjob.cxx2
-rw-r--r--extensions/source/update/ui/updatecheckui.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx
index 973729216c2f..b6c31564e0ad 100644
--- a/extensions/source/update/check/updatecheckconfig.cxx
+++ b/extensions/source/update/check/updatecheckconfig.cxx
@@ -440,7 +440,7 @@ UpdateCheckConfig::getServiceNames()
OUString
UpdateCheckConfig::getImplName()
{
- return OUString("vnd.sun.UpdateCheckConfig");
+ return "vnd.sun.UpdateCheckConfig";
}
uno::Type SAL_CALL
diff --git a/extensions/source/update/check/updatecheckjob.cxx b/extensions/source/update/check/updatecheckjob.cxx
index 298046485fde..4d018bea5c77 100644
--- a/extensions/source/update/check/updatecheckjob.cxx
+++ b/extensions/source/update/check/updatecheckjob.cxx
@@ -160,7 +160,7 @@ UpdateCheckJob::getServiceNames()
OUString
UpdateCheckJob::getImplName()
{
- return OUString("vnd.sun.UpdateCheck");
+ return "vnd.sun.UpdateCheck";
}
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx
index af32a628b454..18fe9599f316 100644
--- a/extensions/source/update/ui/updatecheckui.cxx
+++ b/extensions/source/update/ui/updatecheckui.cxx
@@ -69,7 +69,7 @@ static uno::Sequence< OUString > getServiceNames()
static OUString getImplementationName()
{
- return OUString("vnd.sun.UpdateCheckUI");
+ return "vnd.sun.UpdateCheckUI";
}