diff options
Diffstat (limited to 'sc/source/ui/inc/AccessiblePageHeaderArea.hxx')
-rw-r--r-- | sc/source/ui/inc/AccessiblePageHeaderArea.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx index 5c5a126dbcb4..d17f77cf3741 100644 --- a/sc/source/ui/inc/AccessiblePageHeaderArea.hxx +++ b/sc/source/ui/inc/AccessiblePageHeaderArea.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessiblePageHeaderArea.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:08:33 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:17:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -68,6 +68,7 @@ protected: public: const EditTextObject* GetEditTextObject() const { return mpEditObj; } + using ScAccessibleContextBase::disposing; virtual void SAL_CALL disposing(); ///===== SfxListener ===================================================== |