diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:45:33 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:45:33 +0000 |
commit | 698c61d1c8eb75a83a0ba11c985d81f2d2be0a83 (patch) | |
tree | ec84ab59ad5f307697c1d89c2c0c58a632301443 /comphelper/source/misc/accessiblewrapper.cxx | |
parent | d0dc492b16729e100d2e278eacdab18ffbc6dfc7 (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.6); FILE MERGED
2003/04/09 10:18:19 kso 1.2.6.1: #108413# - debug macro unification.
Diffstat (limited to 'comphelper/source/misc/accessiblewrapper.cxx')
-rw-r--r-- | comphelper/source/misc/accessiblewrapper.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx index 916f14bacb98..51e243b95b0a 100644 --- a/comphelper/source/misc/accessiblewrapper.cxx +++ b/comphelper/source/misc/accessiblewrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: accessiblewrapper.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-19 15:58:36 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:45:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -553,7 +553,7 @@ namespace comphelper //-------------------------------------------------------------------- void SAL_CALL OAccessibleContextWrapper::notifyEvent( const AccessibleEventObject& _rEvent ) throw (RuntimeException) { -#ifdef _DEBUG +#if OSL_DEBUG_LEVEL > 0 if ( AccessibleEventId::ACCESSIBLE_STATE_EVENT == _rEvent.EventId ) { sal_Bool bChildTransienceChanged = sal_False; |