summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unopage.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index 08a6354012fa..9a6879b32469 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unopage.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:01:27 $
+ * last change: $Author: cl $ $Date: 2000-10-10 14:48:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -265,7 +265,6 @@ void SAL_CALL SvxDrawPage::remove( const Reference< drawing::XShape >& xShape )
{
if(pPage->GetObj(nNum) == pObj)
{
- pObj->SetUserCall(NULL);
delete pPage->RemoveObject(nNum);
pShape->InvalidateSdrObject();
break;