summaryrefslogtreecommitdiff
path: root/sd/source/ui/accessibility
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:26:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 10:26:54 +0000
commitdf0780077ff0c2495666329a23612491fdead6e1 (patch)
treeb891e18b4c9e79e973068441e24042d6a3ac4a6c /sd/source/ui/accessibility
parentb1b6ccb03782c7437d7e43c6b2eb848ec2ab4e45 (diff)
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().
Diffstat (limited to 'sd/source/ui/accessibility')
-rw-r--r--sd/source/ui/accessibility/AccessibleSlideSorterView.cxx10
1 files changed, 5 insertions, 5 deletions
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();
}