https://bugs.documentfoundation.org/show_bug.cgi?id=153346
--- Comment #3 from Mike Kaganski <[email protected]> --- The problem is the conflict of names in the document: it has a style named "Базовый", which is the UI name of style "Standard" in Russian UI, and which is used for Word's "Normal" style. First, Word's "Normal" is read, and its settings get written to the "Standard" style; then, Word's "Базовый" is read, and the custom name happens to find the UI name of "Standard" (in StyleSheetTable::ApplyStyleSheetsImpl, using a call to 'xStyles->getByName( sConvertedStyleName )'), and then its properties get overwritten. No idea how to fix it. -- You are receiving this mail because: You are the assignee for the bug.
