xmlhelp/source/cxxhelp/provider/urlparameter.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 85c25ec9f198e9c335cb6f622acdab67a9c41f71 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Sun Nov 19 13:21:56 2023 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Sun Nov 19 17:30:10 2023 +0100 Extended loplugin:ostr: xmlhelp Change-Id: I8be963a7a2befe95ce30027c3298e1a41b217d0b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159663 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> 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?