https://bugs.documentfoundation.org/show_bug.cgi?id=161509
--- Comment #2 from Mike Kaganski <[email protected]> --- (In reply to David Huggins-Daines from comment #0) > The comment in that function implies that the names will be converted back > on export. Unfortunately this is not entirely correct. They are remapped, > but not to the right names, for instance, "Heading 1" remains "Heading 1" > and not "heading 1" This ignores the fact that the mapping on import is many-to-one, and mapping on export is one-to-one. Do you claim, that there is no "Heading 1" -> "Heading 1" mapping on import? Or is there an evidence that the use of lowercase "heading 1" in current Word version (when the UI shows "Heading 1", and the attribute we are discussing is not an identifier, but the *UI name*) is the only one? Otherwise, what is the "not entirely correct" is based upon? > See core/sw/source/filter/ww8/styles.cxx > (GetStiNames). Again the comment does not match the code, it says "keep in > sync with StyleSheetTable::ConvertStyleName" but it is not in sync. Really? What is not in sync? -- You are receiving this mail because: You are the assignee for the bug.
