diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:17:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-02-27 12:17:18 +0000 |
commit | 738aa48bb55772fecfa45f0fb947c3d3bd777b51 (patch) | |
tree | 2cb32d89002d4ec0008bdf9ea8fc7fcec16cbbdb /sc/source/ui | |
parent | aac853a8f42fc1ed46ad5e70ac9d764735ddd180 (diff) |
INTEGRATION: CWS calcwarnings (1.8.324); FILE MERGED
2006/12/14 17:57:09 nn 1.8.324.1: #i69284# warning-free: ui, unxsols4
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/inc/AccessibleEditObject.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx index 725a52a1adfb..095c98637e5f 100644 --- a/sc/source/ui/inc/AccessibleEditObject.hxx +++ b/sc/source/ui/inc/AccessibleEditObject.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleEditObject.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:08:02 $ + * last change: $Author: vg $ $Date: 2007-02-27 13:17:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -72,7 +72,14 @@ public: protected: virtual ~ScAccessibleEditObject(); + + using ScAccessibleContextBase::IsDefunc; + public: + using ScAccessibleContextBase::addEventListener; + using ScAccessibleContextBase::removeEventListener; + using ScAccessibleContextBase::disposing; + virtual void SAL_CALL disposing(); virtual void LostFocus(); |