INTEGRATION: CWS sixtyfour11 (1.26.92); FILE MERGED

2007/03/12 16:39:21 kendy 1.26.92.1: #i75331#
Don't introduce new virtual methods where they should be overridden.
This commit is contained in:
Rüdiger Timm 2007-04-25 13:39:22 +00:00
parent ce9156e448
commit f3e8fa947f

View file

@ -4,9 +4,9 @@
*
* $RCSfile: AccessibleDrawDocumentView.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: ihi $ $Date: 2006-11-14 14:23:19 $
* last change: $Author: rt $ $Date: 2007-04-25 14:39:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -276,7 +276,7 @@ sal_Int32 SAL_CALL
uno::Reference<XAccessible> SAL_CALL
AccessibleDrawDocumentView::getAccessibleChild (long nIndex)
AccessibleDrawDocumentView::getAccessibleChild (sal_Int32 nIndex)
throw (::com::sun::star::uno::RuntimeException)
{
::osl::ClearableMutexGuard aGuard (maMutex);