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 --- formula/inc/bitmaps.hlst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'formula') diff --git a/formula/inc/bitmaps.hlst b/formula/inc/bitmaps.hlst index 1d1b9743f8ca..259499f46f33 100644 --- a/formula/inc/bitmaps.hlst +++ b/formula/inc/bitmaps.hlst @@ -9,11 +9,11 @@ #pragma once -inline constexpr OUStringLiteral BMP_STR_OPEN = u"formula/res/fapopen.png"; -inline constexpr OUStringLiteral BMP_STR_END = u"formula/res/fapok.png"; -inline constexpr OUStringLiteral BMP_STR_ERROR = u"formula/res/faperror.png"; -inline constexpr OUStringLiteral RID_BMP_REFBTN1 = u"formula/res/refinp1.png"; -inline constexpr OUStringLiteral RID_BMP_REFBTN2 = u"formula/res/refinp2.png"; -inline constexpr OUStringLiteral BMP_FX = u"formula/res/fx.png"; +inline constexpr OUString BMP_STR_OPEN = u"formula/res/fapopen.png"_ustr; +inline constexpr OUString BMP_STR_END = u"formula/res/fapok.png"_ustr; +inline constexpr OUString BMP_STR_ERROR = u"formula/res/faperror.png"_ustr; +inline constexpr OUString RID_BMP_REFBTN1 = u"formula/res/refinp1.png"_ustr; +inline constexpr OUString RID_BMP_REFBTN2 = u"formula/res/refinp2.png"_ustr; +inline constexpr OUString BMP_FX = u"formula/res/fx.png"_ustr; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ -- cgit v1.2.3