summaryrefslogtreecommitdiffstats
path: root/svx/source/svdraw/svdpage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdpage.cxx')
-rw-r--r--svx/source/svdraw/svdpage.cxx3
1 files changed, 1 insertions, 2 deletions
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)
}