summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-03-29 14:58:10 +0000
committerOliver Bolte <obo@openoffice.org>2006-03-29 14:58:10 +0000
commit75e66f250073446684b01f89ad6cc4e099f68f8c (patch)
treedc5b4960816781d9c25402841d852695549833e9
parent2eec7ba2cfef9bccdb57c6c996ec52f55fd5a8c4 (diff)
#i10000# changed pObj into mpObj.get()
-rw-r--r--svx/source/unodraw/unoshape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 09fedbe8e9e5..114abc04f993 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: unoshape.cxx,v $
*
- * $Revision: 1.143 $
+ * $Revision: 1.144 $
*
- * last change: $Author: obo $ $Date: 2006-03-29 12:31:19 $
+ * last change: $Author: obo $ $Date: 2006-03-29 15:58:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1095,7 +1095,7 @@ void SvxShape::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) throw()
if (!pSdrHint || ( /* (pSdrHint->GetKind() != HINT_OBJREMOVED) && */
(pSdrHint->GetKind() != HINT_MODELCLEARED) &&
// #110094#-9 (pSdrHint->GetKind() != HINT_OBJLISTCLEAR) &&
- ((pSdrHint->GetKind() != HINT_OBJCHG || pSdrHint->GetObject() != pObj))))
+ ((pSdrHint->GetKind() != HINT_OBJCHG || pSdrHint->GetObject() != mpObj.get() ))))
return;
uno::Reference< uno::XInterface > xSelf( pObject->getWeakUnoShape() );