Hi,

On Monday, 2013-08-19 08:49:36 -0400, Kohei Yoshida wrote:

> On 08/19/2013 05:22 AM, Winfried Donkers wrote:
> >Is this a 'harmless' warning?
> 
> No idea, since I don't know the original intent of this warning.  Do
> you happen to know the intent of this warning, Eike?

Yes :)  nFormulaCodeInTree keeps track of the number of tokens inserted
with formula cells to the recalculation chain; if in
ScDocument::RemoveFromFormulaTree() the number is less than the number
of tokens in the actual cell being removed it means that some formula or
its RPN changed after a cell was added. This indicates that it wasn't
removed before the change and re-added after the change. In itself it
doesn't harm because the value is only used as an indicator for the
progress bar during calculations, but that then displays wrongly and may
not invoke a reschedule anymore.

The count may be wrong now because recompilation/recalcutation is
deferred due to the display of cached values after load and formulas are
(re)compiled later.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key ID: 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
For key transition see http://erack.de/key-transition-2013-01-10.txt.asc
Support the FSFE, care about Free Software! https://fsfe.org/support/?erack

Attachment: pgpUhwFmNOvMG.pgp
Description: PGP signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to