From 85c25ec9f198e9c335cb6f622acdab67a9c41f71 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 19 Nov 2023 13:21:56 +0100 Subject: Extended loplugin:ostr: xmlhelp Change-Id: I8be963a7a2befe95ce30027c3298e1a41b217d0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159663 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlhelp') diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx index 8859970980b9..345693b2e7c8 100644 --- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx +++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx @@ -770,11 +770,11 @@ InputStreamTransformer::InputStreamTransformer( URLParameter* urlParam, parString[last++] = "'css'"; parString[last++] = "vendorname"; - parString[last++] = OString("''"); + parString[last++] = "''"_ostr; parString[last++] = "vendorversion"; - parString[last++] = OString("''"); + parString[last++] = "''"_ostr; parString[last++] = "vendorshort"; - parString[last++] = OString("''"); + parString[last++] = "''"_ostr; } // Do we need to add extension path? -- cgit