From da3a91e89f803d1c42b764c90071b30b547e686b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Oct 2023 10:30:24 +0200 Subject: Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: sc Change-Id: Ieed908bfa2cb6370ead922dfc00dbdb4f905f3cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158216 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sc/source/ui/view/viewdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui/view/viewdata.cxx') diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index 0c0b2680e0b3..511051d6f49c 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.cxx @@ -77,7 +77,7 @@ using namespace com::sun::star; #define SC_GROWY_SMALL_EXTRA 100 #define SC_GROWY_BIG_EXTRA 200 -constexpr OUStringLiteral TAG_TABBARWIDTH = u"tw:"; +constexpr OUString TAG_TABBARWIDTH = u"tw:"_ustr; namespace { -- cgit v1.2.3