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

--- Comment #7 from Dave McKellar <dmckel...@gmail.com> ---
Thanks for the info, Eike.  I am new to LibreOffice.  That makes my suggestion:

   if (!rtl::isAsciiAlpha(cChar)) break
   if (rtl::isAsciiLowerCase(cChar)) cChar = rtl::toAsciiUpperCase(cChar);
   cChar -= 'A';

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to