diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-10-19 10:30:24 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-10-20 09:45:32 +0200 |
commit | da3a91e89f803d1c42b764c90071b30b547e686b (patch) | |
tree | b24e375196cafa667c9cf12a31b53b368886d8c3 /sc/source/ui/view/viewdata.cxx | |
parent | 02411752218670d89726a06f746c2b622ed4efc6 (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r-- | sc/source/ui/view/viewdata.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |