https://bugs.documentfoundation.org/show_bug.cgi?id=79654
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #20 from Julien Nabet <[email protected]> --- Taking a look at the Flamegraph, I noticed mxCellTable = new XclExpCellTable( GetRoot() ); (see https://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/excdoc.cxx?r=1d25d32b#564). The ctr of XclExpCellTable does quite a lot of things. First I thought using a mere singleton but since the finalization seems to modify the state of the object, I think we rather need to make copies of the singleton (which corresponds to the original state). Any thoughts here? (BTW, there's the equivalent in ExcTable::FillAsTableBinary). -- You are receiving this mail because: You are the assignee for the bug.
