From 4546bb4c86761541b33b2ff82fc3bbb6e1fcb156 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 27 Feb 2007 12:17:47 +0000 Subject: INTEGRATION: CWS calcwarnings (1.6.324); FILE MERGED 2006/12/14 17:57:09 nn 1.6.324.1: #i69284# warning-free: ui, unxsols4 --- sc/source/ui/inc/AccessiblePageHeader.hxx | 7 +++++-- sc/source/ui/inc/AccessiblePageHeaderArea.hxx | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sc/source') 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 ===================================================== -- cgit