office-gobmx/unotools/source/i18n
Michael Weghorn d12c622da8 unotools: Use existing OUString::fromUtf8 instead of local helper
`OUString::fromUtf8` already implements the logic
that the local helper function `createFromUtf8`
reimplements except that it doesn't allow passing
a string length other than the length of the passed
string.

However, all callers pass the string length anyway,
so use OUString::fromUtf8 and drop the
local helper function.

Change-Id: I7710e465d1159db0862382df5a954692dbc3cf5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173808
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-09-23 15:39:20 +02:00
..
calendarwrapper.cxx
caserotate.cxx
charclass.cxx
collatorwrapper.cxx
intlwrapper.cxx
localedatawrapper.cxx
nativenumberwrapper.cxx
resmgr.cxx unotools: Use existing OUString::fromUtf8 instead of local helper 2024-09-23 15:39:20 +02:00
textsearch.cxx
transliterationwrapper.cxx