From 32f9120fa076ef9dcee1d29e0a596a36aade353c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Aug 2016 15:29:41 +0200 Subject: loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw) Change-Id: Ifa1a6bafd3628b48ebceb09f8cd864361848e81c --- sw/source/core/edit/editsh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/edit/editsh.cxx') diff --git a/sw/source/core/edit/editsh.cxx b/sw/source/core/edit/editsh.cxx index 7fa98e0be980..20b576547a53 100644 --- a/sw/source/core/edit/editsh.cxx +++ b/sw/source/core/edit/editsh.cxx @@ -553,7 +553,7 @@ OUString SwEditShell::Calculate() aFormel += sVar; } else - aFormel += OUString(ch); + aFormel += OUStringLiteral1(ch); } } } -- cgit v1.2.3