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
This commit is contained in:
parent
32049831f7
commit
2508a0a267
2 changed files with 8 additions and 4 deletions
|
@ -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 ==============================================
|
||||
|
||||
|
|
|
@ -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 ==============================================
|
||||
|
||||
|
|
Loading…
Reference in a new issue