summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/inc/AccessiblePageHeader.hxx7
-rw-r--r--sc/source/ui/inc/AccessiblePageHeaderArea.hxx5
2 files changed, 8 insertions, 4 deletions
diff --git a/sc/source/ui/inc/AccessiblePageHeader.hxx b/sc/source/ui/inc/AccessiblePageHeader.hxx
index aafa0162e76c..ffcda4db01cc 100644
--- a/sc/source/ui/inc/AccessiblePageHeader.hxx
+++ b/sc/source/ui/inc/AccessiblePageHeader.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessiblePageHeader.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:08:17 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:17:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,10 @@ public:
protected:
virtual ~ScAccessiblePageHeader();
+ using ScAccessibleContextBase::IsDefunc;
+
public:
+ using ScAccessibleContextBase::disposing;
virtual void SAL_CALL disposing();
//===== SfxListener =====================================================
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 =====================================================