diff options
author | Christian Lippka <cl@openoffice.org> | 2000-10-10 13:50:35 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-10-10 13:50:35 +0000 |
commit | 93f849650cad79a408f8050431b734410787c1bc (patch) | |
tree | 109536337bfd42697ce244e0ac13ecd5fe3e3d74 /svx | |
parent | dcd950309d236d21d0e3f384c2d2f568babf7a41 (diff) |
#77961# moved SetUserCall(0) in XDrawPage::remove from svx to sd
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unopage.cxx | 5 |
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; |