diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:03:03 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:03:03 +0000 |
commit | 8ea19ecccf33325281ace3b9bdb60288ce3c0add (patch) | |
tree | aef59e71d4be5a5e4816d44ed68f97fba153c69e /toolkit/source/controls/accessiblecontrolcontext.cxx | |
parent | 3947a44a4e56b81bb572532a3f18e4771416c7cc (diff) |
INTEGRATION: CWS warnings01 (1.7.26); FILE MERGED
2005/11/14 10:36:07 pl 1.7.26.2: #i55991# removed warnings
2005/11/11 16:47:34 pl 1.7.26.1: #i55991# removed warnings
Diffstat (limited to 'toolkit/source/controls/accessiblecontrolcontext.cxx')
-rw-r--r-- | toolkit/source/controls/accessiblecontrolcontext.cxx | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx index 558095def8b3..3bbd3bef2473 100644 --- a/toolkit/source/controls/accessiblecontrolcontext.cxx +++ b/toolkit/source/controls/accessiblecontrolcontext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: accessiblecontrolcontext.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:16:10 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:03:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -158,7 +158,7 @@ namespace toolkit } //-------------------------------------------------------------------- - Reference< XAccessible > SAL_CALL OAccessibleControlContext::getAccessibleChild( sal_Int32 i ) throw (IndexOutOfBoundsException, RuntimeException) + Reference< XAccessible > SAL_CALL OAccessibleControlContext::getAccessibleChild( sal_Int32 ) throw (IndexOutOfBoundsException, RuntimeException) { // we do not have children throw IndexOutOfBoundsException(); @@ -221,7 +221,11 @@ namespace toolkit } //-------------------------------------------------------------------- - void SAL_CALL OAccessibleControlContext::disposing( const EventObject& _rSource ) throw ( RuntimeException ) + void SAL_CALL OAccessibleControlContext::disposing( const EventObject& + #if OSL_DEBUG_LEVEL > 0 + _rSource + #endif + ) throw ( RuntimeException ) { OSL_ENSURE( Reference< XPropertySet >( _rSource.Source, UNO_QUERY ).get() == m_xControlModel.get(), "OAccessibleControlContext::disposing: where did this come from?" ); |