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

--- Comment #35 from Justin L <[email protected]> ---
Is this not being called for XLS?
void ImportExcel::AdjustRowHeight()
{
    /*  Speed up chart import: import all sheets without charts, then
        update row heights (here), last load all charts -> do not any longer
        update inside of ScDocShell::ConvertFrom() (causes update of existing
        charts during each and every change of row height). */
    if( ScModelObj* pDocObj = GetDocModelObj() )
        pDocObj->UpdateAllRowHeights();
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to