svx/source/svdraw/svdpage.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 938d17969cd0fd29cf4edd1e0365dd784ca59d8b Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Wed Sep 7 13:32:21 2022 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Thu Sep 8 10:32:27 2022 +0200 tdf#150832: Revert "tdf#150034 very slow opening pathological chart" This reverts commit 613f6e75fbfcc024fc9c3732261cbf2cda6f4ad8. Reason for revert: it seems all charts in XLS files are affected. At least I could reproduce it with all the XLS files I tested it with. Change-Id: I68d13d6f609521ce6af759cf25249656176b66cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139562 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx index ef1892990277..b7aa8777e39c 100644 --- a/svx/source/svdraw/svdpage.cxx +++ b/svx/source/svdraw/svdpage.cxx @@ -295,8 +295,7 @@ void SdrObjList::NbcInsertObject(SdrObject* pObj, size_t nPos) impChildInserted(*pObj); if (!mbRectsDirty) { - maSdrObjListOutRect.Union(pObj->GetCurrentBoundRect()); - maSdrObjListSnapRect.Union(pObj->GetSnapRect()); + mbRectsDirty = true; } pObj->InsertedStateChange(); // calls the UserCall (among others) }