summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCell.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:15:32 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:15:32 +0000
commite73c18be36be247f585c365ff3a425e774cb1883 (patch)
treecfba2e341bb089b78e103725e9338a7de6bcc1d1 /sc/source/ui/inc/AccessibleCell.hxx
parentc9476750bc715d7cf6f7db21605f95dfc6a5390a (diff)
INTEGRATION: CWS calcwarnings (1.14.324); FILE MERGED
2006/12/14 17:57:08 nn 1.14.324.1: #i69284# warning-free: ui, unxsols4
Diffstat (limited to 'sc/source/ui/inc/AccessibleCell.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCell.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleCell.hxx b/sc/source/ui/inc/AccessibleCell.hxx
index c912ccf11544..722c4ca1670b 100644
--- a/sc/source/ui/inc/AccessibleCell.hxx
+++ b/sc/source/ui/inc/AccessibleCell.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleCell.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:05:49 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:15:32 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,10 +80,15 @@ public:
ScAccessibleDocument* pAccDoc);
virtual void Init();
+
+ using ScAccessibleCellBase::disposing;
virtual void SAL_CALL disposing();
protected:
virtual ~ScAccessibleCell();
+
+ using ScAccessibleCellBase::IsDefunc;
+
public:
///===== XInterface =====================================================