From c6aefcc41375cb29fe824c16b97025a4600632aa Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 19 Oct 2005 11:26:54 +0000 Subject: 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 --- sd/source/ui/unoidl/DrawController.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sd/source/ui') 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& aListener) throw (RuntimeException) { - ThrowIfDisposed(); - SfxBaseController::removeEventListener( aListener ); + if(!rBHelper.bDisposed && !rBHelper.bInDispose && !mbDisposing) + SfxBaseController::removeEventListener( aListener ); } -- cgit