From e0c33ec15f53a01fa3ee07489871bbe09bb5c9c3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Oct 2023 09:42:38 +0200 Subject: loplugin:ostr: automatic rewrite Change-Id: I2d09b2b83e1b50493ec88d0b2c323a83c0c86395 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157647 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- vcl/workben/minvcl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/workben') diff --git a/vcl/workben/minvcl.cxx b/vcl/workben/minvcl.cxx index aafef4a9864e..cd144e7e401a 100644 --- a/vcl/workben/minvcl.cxx +++ b/vcl/workben/minvcl.cxx @@ -38,7 +38,7 @@ private: int TheApplication::Main() { mpWin = VclPtr::Create(nullptr, WB_APP | WB_STDWORK); - mpWin->SetText(u"Minimum VCL application with a window"); + mpWin->SetText(u"Minimum VCL application with a window"_ustr); mpWin->Show(); Execute(); mpWin.disposeAndClear(); -- cgit