Kaydet (Commit) 5121c225 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oj14 (1.26.90); FILE MERGED

2007/06/26 20:33:53 fs 1.26.90.1: #i78908# ~SdrObject inaccessible now, need to use SdrObject::Free instead
üst c11c16ab
......@@ -4,9 +4,9 @@
*
* $RCSfile: animobjs.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: obo $ $Date: 2007-01-23 11:13:26 $
* last change: $Author: rt $ $Date: 2007-07-06 09:48:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -485,7 +485,7 @@ IMPL_LINK( AnimationWindow, ClickRemoveBitmapHdl, void *, pBtn )
{
pObject = pPage->RemoveObject(nPos);
DBG_ASSERT(pObject, "Clone beim Loeschen nicht gefunden");
delete pObject;
SdrObject::Free( pObject );
pPage->RecalcObjOrdNums();
}
......@@ -511,7 +511,7 @@ IMPL_LINK( AnimationWindow, ClickRemoveBitmapHdl, void *, pBtn )
{
pObject = pPage->RemoveObject( i );
DBG_ASSERT(pObject, "Clone beim Loeschen nicht gefunden");
delete pObject;
SdrObject::Free( pObject );
//pPage->RecalcObjOrdNums();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment