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

--- Comment #7 from V Stuart Foote <[email protected]> ---
> See editeng/source/misc/svxacorr.cxx SvxAutoCorrect::InsertQuote()

Oh, there it is... thanks Eike!

https://opengrok.libreoffice.org/xref/core/editeng/source/misc/svxacorr.cxx?r=1820fcbb#1206

the space is just being done for:

LANGUAGE_FRENCH,
LANGUAGE_FRENCH_BELGIAN,
LANGUAGE_FRENCH_CANADIAN,
LANGUAGE_FRENCH_SWISS,
LANGUAGE_FRENCH_LUXEMBOURG

Which confirms the insertion is not performed for the comment 0 listing:

LANGUAGE_USER_FRENCH_BURKINA_FASO,
LANGUAGE_USER_FRENCH_BENIN,
LANGUAGE_FRENCH_COTE_D_IVOIRE,
LANGUAGE_FRENCH_MALI,
LANGUAGE_USER_FRENCH_NIGER,
LANGUAGE_FRENCH_SENEGAL,
LANGUAGE_USER_FRENCH_TOGO

nor is it done for our other defined French locales
i18nlangtag/source/isolang/isolang.cxx

LANGUAGE_FRENCH_MONACO,
LANGUAGE_FRENCH_CAMEROON,
LANGUAGE_FRENCH_ZAIRE,
LANGUAGE_USER_FRENCH_MAURITIUS,
LANGUAGE_FRENCH_MOROCCO,
LANGUAGE_FRENCH_REUNION,
LANGUAGE_FRENCH_HAITI,

as well as the regional
LANGUAGE_FRENCH_NORTH_AFRICA
LANGUAGE_FRENCH_WEST_INDIES

-- 
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