Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi there,

I'd like to have

http://cgit.freedesktop.org/libreoffice/core/commit/?id=af70bc00c6714eb8695babdf5af07416552f7034

cherry-picked to 3-5 and preferably to 3-5-0 as well.  IMO this is a
safe change.

The change consists of two parts.  The real bug is in the first part
(ScColumn::DeleteRange), where a note cell with live broadcaster would
silently get deleted, hence losing link to its listeners.

Then the second part is in ScDPOutput::Output(), where the old content
gets removed before writing out a new one.  The thing is, this method
only gets called from ScDPObject::Output(), and that method already
deletes the old content which makes the removal code in ScDPOutput
unnecessary.  So, when updating or refreshing the pivot table output,
calc was essentially deleting the range twice.  This, plus the first bug
combined caused the reference chain to break, whose effected is
described in 

https://bugs.freedesktop.org/show_bug.cgi?id=44143

The second part is optional as long as we put the first part.  But it's
just redundant and it's good to have it removed for cleanliness' sake.
Having said that, if someone is not so sure, we can just put the first
part in for 3.5.

Reviews and sign-off's appreciated.

Kohei

-- 
Kohei Yoshida, LibreOffice hacker, Calc


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.