From bd6fb0cd3eee3c7d414e55a7678c0097aadc7646 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Oct 2023 16:39:09 +0200 Subject: Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String ...in include files. This is a mix of automatic rewriting in include files and manual fixups (mostly addressing loplugin:redundantfcast) in source files that include those. Change-Id: I1f3cc1e67b9cabd2e9d61a4d9e9a01e587ea35cc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158337 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sd/source/ui/sidebar/LayoutMenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/sidebar/LayoutMenu.cxx') diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index b32cd8f358d8..8a730bb65a61 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -74,7 +74,7 @@ namespace { struct snew_slide_value_info { - std::u16string_view msBmpResId; + OUString msBmpResId; TranslateId mpStrResId; WritingMode meWritingMode; AutoLayout maAutoLayout; -- cgit