summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:17:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:17:47 +0000
commit4546bb4c86761541b33b2ff82fc3bbb6e1fcb156 (patch)
treed06d817fe0f6e5057dd82481be6f08d94cc4a7f9 /sc/source
parent738aa48bb55772fecfa45f0fb947c3d3bd777b51 (diff)
INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED
2006/12/14 17:57:09 nn 1.6.324.1: #i69284# warning-free: ui, unxsols4
Diffstat (limited to 'sc/source')
-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 =====================================================