From 117ecc9870f57c3c211b4bfd35728503e1875743 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 10 Jan 2021 16:41:27 +0000 Subject: fix coverity parse errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4884bfb67a061b865e8cf38b2fea6de0cb1bc3d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109057 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- desktop/source/deployment/misc/dp_dependencies.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/deployment/misc/dp_dependencies.cxx b/desktop/source/deployment/misc/dp_dependencies.cxx index 732778e2bbd1..16e2590bd8a2 100644 --- a/desktop/source/deployment/misc/dp_dependencies.cxx +++ b/desktop/source/deployment/misc/dp_dependencies.cxx @@ -43,13 +43,13 @@ namespace { char const namespaceLibreOffice[] = "http://libreoffice.org/extensions/description/2011"; -OUStringLiteral const namespaceOpenOfficeOrg = +constexpr OUStringLiteral namespaceOpenOfficeOrg = u"http://openoffice.org/extensions/description/2006"; char const minimalVersionLibreOffice[] = "LibreOffice-minimal-version"; char const maximalVersionLibreOffice[] = "LibreOffice-maximal-version"; -OUStringLiteral const minimalVersionOpenOfficeOrg = +constexpr OUStringLiteral minimalVersionOpenOfficeOrg = u"OpenOffice.org-minimal-version"; char const maximalVersionOpenOfficeOrg[] = -- cgit