From 9422879a5cf74120c1057b0f8150529e304f7c95 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 7 May 2024 12:55:53 +0200 Subject: loplugin:ostr in desktop Change-Id: Ib43d1c3a182badddd870bcb8e052ac7fd0a16fc5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167270 Tested-by: Jenkins Reviewed-by: Noel Grandin --- desktop/source/app/sofficemain.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/source/app/sofficemain.cxx') diff --git a/desktop/source/app/sofficemain.cxx b/desktop/source/app/sofficemain.cxx index 448977684b9a..73ac6e24cfe4 100644 --- a/desktop/source/app/sofficemain.cxx +++ b/desktop/source/app/sofficemain.cxx @@ -65,7 +65,7 @@ extern "C" int DESKTOP_DLLPUBLIC soffice_main() desktop::Desktop aDesktop; // This string is used during initialization of the Gtk+ VCL module - Application::SetAppName( "soffice" ); + Application::SetAppName( u"soffice"_ustr ); // handle --version and --help already here, otherwise they would be handled // after VCL initialization that might fail if $DISPLAY is not set -- cgit