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

--- Comment #30 from Eike Rathke <er...@redhat.com> ---
Fwiw, 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
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to