svx/source/svdraw/svdpage.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7aa5e94b712186bf2f65be39ea7c8f7978f1144b
Author:     Xisco Fauli <[email protected]>
AuthorDate: Wed Sep 7 13:32:21 2022 +0200
Commit:     Xisco Fauli <[email protected]>
CommitDate: Thu Sep 8 10:32:14 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/+/139557
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>
    Reviewed-by: Xisco Fauli <[email protected]>

diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index f5919d8a834c..a4c804f53e12 100644
--- a/svx/source/svdraw/svdpage.cxx
+++ b/svx/source/svdraw/svdpage.cxx
@@ -298,8 +298,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)
 }

Reply via email to