https://bugs.documentfoundation.org/show_bug.cgi?id=88657

Laurent BP <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #9 from Laurent BP <[email protected]> ---
When exporting, same value (nPrecision) is stored for both nNumeratorDigits and
nDenominatorDigits. See call with WriteFractionElement_Impl
http://opengrok.libreoffice.org/xref/core/xmloff/source/style/xmlnumfe.cxx#1467
  WriteFractionElement_Impl( nInteger, bThousand, nPrecision, nPrecision,
nDenominator );

http://opengrok.libreoffice.org/xref/core/xmloff/source/style/xmlnumfe.cxx#WriteFractionElement_Impl
  void SvXMLNumFmtExport::WriteFractionElement_Impl(
                      sal_Int32 nInteger, bool bGrouping,
                      sal_Int32 nNumeratorDigits, sal_Int32 nDenominatorDigits,
sal_Int32 nDenominator )

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to