https://bugs.documentfoundation.org/show_bug.cgi?id=141384
--- Comment #2 from Eike Rathke <[email protected]> ---
(See also https://bugs.documentfoundation.org/show_bug.cgi?id=137742#c28)
Adding findings from
https://bugs.documentfoundation.org/show_bug.cgi?id=137742#c30 so far, to
whoever may be interested in.
Code pointers for that:
Check for hyphenator to output the info message happens in
sw/source/core/text/inftxt.cxx line 1496 of SwTextFormatInfo::IsHyphenate()
with
if (!xHyph->hasLocale(g_pBreakIt->GetLocale(eTmp)))
where eTmp is LCID 0x040C (1036) for fr-FR and GetLocale() call correctly
results in lang::Locale("fr","FR","") and then in my debug build where I do
have French hyphenation available xHyph->hasLocale() returns true and does not
complain.
The info message in case the locale is not found also only outputs the
language, not the full language tag, so that single "fr" there is explained.
--
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