https://bugs.documentfoundation.org/show_bug.cgi?id=131349
--- Comment #6 from Justin L <[email protected]> --- repro 24.8+ (looking at the settings in the Default style.) The language always changes to English (USA), and the font is explicitly Arial. At first I thought it was probably XclExpFontBuffer::InitDefaultFonts() aFontData.maName = "Arial"; However, apparently exchanging Liberation Sans into Arial is _very intentional_, based on XclFontData::FillFromVclFont // #106246# substitute with MS fonts maName = XclTools::GetXclFontName( rFont.GetFamilyName() ); where maName == Arial when rFont.GetFamilyName() == "Liberation Sans" (at least for the "en" locale). -- You are receiving this mail because: You are the assignee for the bug.
