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

Laurent BP <jumbo4...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jumbo4...@yahoo.fr

--- Comment #9 from Laurent BP <jumbo4...@yahoo.fr> ---
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
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to