[Libreoffice-commits] core.git: extensions/source
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 1 09:02:41 UTC 2019
extensions/source/update/check/updatecheckconfig.cxx | 2 +-
extensions/source/update/check/updatecheckjob.cxx | 2 +-
extensions/source/update/ui/updatecheckui.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6eefac3b3744f806b0a35afbd0d9669d840118f4
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Thu Aug 1 10:13:57 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Thu Aug 1 11:02:06 2019 +0200
loplugin:stringconstant
Change-Id: Ia79eb53c3ab3a61a247ed56e0e1a956518721fa0
Reviewed-on: https://gerrit.libreoffice.org/76775
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
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";
}
More information about the Libreoffice-commits
mailing list