Kaydet (Commit) 2a44c316 authored tarafından Michael Stahl's avatar Michael Stahl

dba33h: #i112652#: reportbuilder: write XMLSchema-2 conformant NaN

üst ed8de3fa
...@@ -81,7 +81,8 @@ public class TableCellLayoutController extends SectionLayoutController ...@@ -81,7 +81,8 @@ public class TableCellLayoutController extends SectionLayoutController
} }
else if ( "float".equals(valueType)) else if ( "float".equals(valueType))
{ {
attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS, FormatValueUtility.VALUE, "1.#NAN"); attributeMap.setAttribute(OfficeNamespaces.OFFICE_NS,
FormatValueUtility.VALUE, "NaN");
} }
} }
catch (Exception e) catch (Exception e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment