diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:26:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:26:54 +0000 |
commit | c6aefcc41375cb29fe824c16b97025a4600632aa (patch) | |
tree | 1cf184cb0a68a161f4415ad59fc7f43e60411435 /sd/source/ui/unoidl/DrawController.cxx | |
parent | 58794cf7210638d73cb49c3f147b1c056b8f0e91 (diff) |
INTEGRATION: CWS cov2src (1.14.32); FILE MERGED
2005/10/18 12:38:41 rt 1.14.32.1: #126234# Join MWS COV680 m4 into SRC680
Diffstat (limited to 'sd/source/ui/unoidl/DrawController.cxx')
-rw-r--r-- | sd/source/ui/unoidl/DrawController.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx index a240add609ae..d8ccf6a5055b 100644 --- a/sd/source/ui/unoidl/DrawController.cxx +++ b/sd/source/ui/unoidl/DrawController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DrawController.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-09 06:45:49 $ + * last change: $Author: rt $ $Date: 2005-10-19 12:26:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -220,8 +220,8 @@ void SAL_CALL DrawController::removeEventListener ( const Reference<lang::XEventListener >& aListener) throw (RuntimeException) { - ThrowIfDisposed(); - SfxBaseController::removeEventListener( aListener ); + if(!rBHelper.bDisposed && !rBHelper.bInDispose && !mbDisposing) + SfxBaseController::removeEventListener( aListener ); } |