https://bz.apache.org/ooo/show_bug.cgi?id=82687
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Keywords| |ms_interoperability Flags| |4.1.15_release_blocker?, | |4.2.0_release_blocker? --- Comment #10 from [email protected] --- I was wrong, that patch to ImpSvNumberInputScan::NextNumberStringSymbol() wasn't necessary. Multiple adjacent tokens are allowed together in the same string division, and they don't break currency detection. The problem is that the code that parses the string divisions to find currency symbols doesn't check whether an initial decimal separator is present after the currency symbol. This is unlike the other number parsing code, which does check for an initial decimal separator when there is no currency symbol. This is fixed now in commit 96178715f486e8815def398176cafa748d3cbb73. Since Excel imports it correctly -> adding tag "ms_interoperability". Resolving FIXED. Thank you for your bug report! -- You are receiving this mail because: You are the assignee for the issue. You are on the CC list for the issue.
