https://bugs.documentfoundation.org/show_bug.cgi?id=165523
Michael Stahl (allotropia) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=15 | |9549 --- Comment #21 from Michael Stahl (allotropia) <[email protected]> --- unfortunately there was a very non-obvious data-loss problem caused by some previous version renaming a built-in style, and the UNO API implementation accepting localised style names in a very poorly thought out and inconsistent way. we generally try to keep the UNO API compatible, but because the ODF import uses the UNO API, the only way to fix that was that the UNO API implementation no longer accepts localised style names of built-in styles. this is documented in release notes for 25.2: https://wiki.documentfoundation.org/ReleaseNotes/25.2#API_Changes but then it was partially backported to the 24.8 branch (only the part that's required to fix the known problem) and forgotten to add it to the old release notes, have added it now: https://wiki.documentfoundation.org/ReleaseNotes/24.8#API_Changes note that 24.8 only changes behavior for paragraph styles, and the other styles change behavior in 25.2. -- You are receiving this mail because: You are the assignee for the bug.
