https://bz.apache.org/ooo/show_bug.cgi?id=126680
Arrigo Marchiori <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest|4.1.5 |4.1.13 Confirmation in| | --- Comment #41 from Arrigo Marchiori <[email protected]> --- The problem seems to involve the "Database ranges". The document contains a range named "StatsList". Another range is present, that is named "unnamed" on en-US builds, "безіменний" on uk build. The ranges are listed in a ScDBCollection, that inherits from ScSortedCollection. This means that the entries are supposed to be listed in alphabetical order. This is the culprit: for some reason, when the collection is _populated_ (i.e. when the example document is opened and loaded into memory), the comparison done by ScGlobal::GetpTransliteration()->compareString() returns a different value, than when the collection is _accessed_ to save the file. This is unexpected an an exception is thrown while the document is saved. Did anyone test this with a trunk build? -- You are receiving this mail because: You are the assignee for the issue.
