From 2508a0a267d05a8695b3f3ca9f1d8d3746d80b67 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 12 Dec 2006 16:31:06 +0000 Subject: [PATCH] INTEGRATION: CWS sdwarningsbegone (1.4.232); FILE MERGED 2006/11/22 12:41:59 cl 1.4.232.1: #i69285# warning free code changes for unxlngi6.pro --- sd/source/ui/inc/AccessibleSlideSorterObject.hxx | 6 ++++-- sd/source/ui/inc/AccessibleSlideSorterView.hxx | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx index 8d024f97f1ce..cfa5b0b0d168 100644 --- a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx +++ b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleSlideSorterObject.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-01-19 12:50:58 $ + * last change: $Author: kz $ $Date: 2006-12-12 17:30:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -144,6 +144,8 @@ public: ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener ) throw (::com::sun::star::uno::RuntimeException); + using cppu::WeakComponentImplHelperBase::addEventListener; + using cppu::WeakComponentImplHelperBase::removeEventListener; //===== XAccessibleContext ============================================== diff --git a/sd/source/ui/inc/AccessibleSlideSorterView.hxx b/sd/source/ui/inc/AccessibleSlideSorterView.hxx index 1d4175a49054..95d18d9e96e2 100644 --- a/sd/source/ui/inc/AccessibleSlideSorterView.hxx +++ b/sd/source/ui/inc/AccessibleSlideSorterView.hxx @@ -4,9 +4,9 @@ * * $RCSfile: AccessibleSlideSorterView.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-01-19 12:51:10 $ + * last change: $Author: kz $ $Date: 2006-12-12 17:31:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -148,6 +148,8 @@ public: ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener ) throw (::com::sun::star::uno::RuntimeException); + using cppu::WeakComponentImplHelperBase::addEventListener; + using cppu::WeakComponentImplHelperBase::removeEventListener; //===== XAccessibleContext ==============================================