diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-13 15:17:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-13 20:11:36 +0200 |
commit | a9cf09844ee35610cbf102895014a7f03f8de100 (patch) | |
tree | 24094bcbacbc16b3988bb7c296d6fcfb4c78be12 /sot/source/sdstor/stgelem.cxx | |
parent | 16a9092595761acca0392b4e177b309371d04f15 (diff) |
loplugin:ostr in sot
Change-Id: I782a071672b8c1fa2a843637fc5d7e993dbe0ef2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167599
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sot/source/sdstor/stgelem.cxx')
-rw-r--r-- | sot/source/sdstor/stgelem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgelem.cxx b/sot/source/sdstor/stgelem.cxx index ff41d8d70f9c..a4d06eb55d5a 100644 --- a/sot/source/sdstor/stgelem.cxx +++ b/sot/source/sdstor/stgelem.cxx @@ -308,7 +308,7 @@ void StgEntry::Init() static OUString ToUpperUnicode( const OUString & rStr ) { // I don't know the locale, so en_US is hopefully fine - static CharClass aCC( LanguageTag( css::lang::Locale( "en", "US", "" )) ); + static CharClass aCC( LanguageTag( css::lang::Locale( u"en"_ustr, u"US"_ustr, u""_ustr )) ); return aCC.uppercase( rStr ); } |