From df0780077ff0c2495666329a23612491fdead6e1 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Fri, 23 Sep 2005 10:26:54 +0000
Subject: INTEGRATION: CWS impress57 (1.2.8); FILE MERGED 2005/07/26 15:41:06
af 1.2.8.1: #i52492# Removed call to ReleaseListeners from ~Implementation().
---
sd/source/ui/accessibility/AccessibleSlideSorterView.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
(limited to 'sd/source')
diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
index c7e3e711e674..08aedaf3724b 100644
--- a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
+++ b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleSlideSorterView.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 03:28:55 $
+ * last change: $Author: hr $ $Date: 2005-09-23 11:26:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -137,7 +137,10 @@ AccessibleSlideSorterView::AccessibleSlideSorterView(
AccessibleSlideSorterView::~AccessibleSlideSorterView (void)
{
if ( ! IsDisposed())
+ {
+ mpImpl->Dispose();
Destroyed ();
+ }
}
@@ -181,8 +184,6 @@ void AccessibleSlideSorterView::Destroyed (void)
// Send a disposing to all listeners.
if (mnClientId != 0)
{
- mpImpl->Clear();
-
comphelper::AccessibleEventNotifier::revokeClientNotifyDisposing( mnClientId, *this );
mnClientId = 0;
}
@@ -800,7 +801,6 @@ AccessibleSlideSorterView::Implementation::Implementation (
AccessibleSlideSorterView::Implementation::~Implementation (void)
{
- ReleaseListeners();
}
--
cgit