https://bugs.documentfoundation.org/show_bug.cgi?id=155622
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #6 from Eike Rathke <[email protected]> --- Cell B1 is a rich text cell where each character is formatted differently: <text:p><text:span text:style-name="T1">7</text:span><text:span text:style-name="T2">,</text:span><text:span text:style-name="T3">5</text:span></text:p> These when editing are never inspected for a possible numeric content as rich text is not converted to numeric, hence no leading ' apostrophe in the Input Line. The attribution styles used are <style:style style:name="T1" style:family="text"> <style:text-properties style:use-window-font-color="true" style:font-name="Calibri" fo:font-size="12pt" fo:font-weight="bold" style:letter-kerning="false" fo:language="hu" fo:country="HU" style:language-asian="en" style:country-asian="US" style:language-complex="ar" style:country-complex="SA" style:font-name-asian="Calibri1" style:font-name-complex="Calibri1" style:font-size-asian="11pt" style:font-size-complex="12pt"/> </style:style> <style:style style:name="T2" style:family="text"> <style:text-properties style:use-window-font-color="true" style:font-name="Calibri" fo:font-size="12pt" fo:font-weight="bold" style:letter-kerning="false" style:language-asian="en" style:country-asian="US" style:language-complex="ar" style:country-complex="SA" style:font-name-asian="Calibri1" style:font-name-complex="Calibri1" style:font-size-asian="11pt" style:font-size-complex="12pt" fo:language="de" fo:country="DE"/> </style:style> <style:style style:name="T3" style:family="text"> <style:text-properties style:use-window-font-color="true" style:font-name="Calibri" fo:font-size="12pt" fo:font-weight="bold" style:letter-kerning="false" style:language-asian="en" style:country-asian="US" style:language-complex="ar" style:country-complex="SA" style:font-name-asian="Calibri1" style:font-name-complex="Calibri1" style:font-size-asian="11pt" style:font-size-complex="12pt" fo:language="hu" fo:country="HU"/> </style:style> i.e. they differ in language/country attribution where apparently the comma alone was pasted with / edited as a fo:language="de" fo:country="DE" (German Germany) attribution. So far not a bug at all. Just a question how that cell content was created.. -- You are receiving this mail because: You are the assignee for the bug.
