hi, all
I have one fix need for review. Please check the below for details, thanks!

it is about xlsx loading:
https://issues.apache.org/ooo/show_bug.cgi?id=121190

Root cause:
UpdatePageBreaks was called many times wrongly when loading.


Resolution:
1. temporarily disable 'UpdatePageBreaks' in WorkbookGlobals::initialize(
bool bWorkbookFile )
2. disable 'UpdatePageBreaks' in loading .xlsx format file in function
ScTable::UpdatePageBreaks( const ScRange* pUserArea )
3. enable 'UpdatePageBreaks' after loading finish in
WorkbookGlobals::finalize()

Reply via email to