https://bugs.documentfoundation.org/show_bug.cgi?id=99589

--- Comment #3 from Michael Meeks <[email protected]> ---
Perhaps the best way to fix this is a global / manual replace using:

#include <rtl/character.hxx>

and using:

inline sal_uInt32 toAsciiLowerCase(sal_uInt32 code)
inline sal_uInt32 toAsciiUpperCase(sal_uInt32 code)

in place of tolower / toupper.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to