summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-06-12 11:45:46 +0000
committerAndre Fischer <af@openoffice.org>2002-06-12 11:45:46 +0000
commit3863b977f1e966905f820becea0270fbdea2120b (patch)
tree3eb0c2b2e09aa5267d678aa33fccc703683bc3f3 /sd/source/ui/inc/AccessibleDrawDocumentView.hxx
parent13ac9c6d8379c9a0d9e1268ee566de8132ab0fa2 (diff)
#100178# Removed support of frameActionListener. Added disposing(void) method.
Diffstat (limited to 'sd/source/ui/inc/AccessibleDrawDocumentView.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleDrawDocumentView.hxx16
1 files changed, 6 insertions, 10 deletions
diff --git a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
index b596c8630758..767c07217b5d 100644
--- a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
+++ b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleDrawDocumentView.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: af $ $Date: 2002-06-07 08:06:48 $
+ * last change: $Author: af $ $Date: 2002-06-12 12:45:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,6 @@
*
************************************************************************/
-
#ifndef _SD_ACCESSIBILITY_ACCESSIBLE_DRAW_DOCUMENT_VIEW_HXX
#define _SD_ACCESSIBILITY_ACCESSIBLE_DRAW_DOCUMENT_VIEW_HXX
@@ -129,13 +128,6 @@ public:
throw (::com::sun::star::uno::RuntimeException);
- //===== XFrameActionListener ============================================
-
- virtual void SAL_CALL
- frameAction (const ::com::sun::star::frame::FrameActionEvent& rEventObject)
- throw (::com::sun::star::uno::RuntimeException);
-
-
//===== XPropertyChangeListener =========================================
virtual void SAL_CALL
@@ -172,6 +164,10 @@ protected:
*/
ChildrenManager* mpChildrenManager;
+ // This method is called from the component helper base class while
+ // disposing.
+ virtual void SAL_CALL disposing (void);
+
/** Create a shape the represents the page as seen on the screen.
*/
AccessiblePageShape* CreateDrawPageShape (void);