From 79a410daa9fbdc22eef2a0a4e4da4597c2071c4b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Aug 2016 15:28:39 +0200 Subject: loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax) Change-Id: Ia39a4f4689ae0d6e2b7303a89251634bfe0eeb2f --- sax/source/tools/converter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax') diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx index dc21f057e38c..32e1ceb79335 100644 --- a/sax/source/tools/converter.cxx +++ b/sax/source/tools/converter.cxx @@ -820,7 +820,7 @@ bool Converter::convertDuration(double& rfTime, } else { - sDoubleStr += OUString(c); + sDoubleStr += OUStringLiteral1(c); } } } -- cgit v1.2.3