diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:51:41 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 14:51:41 +0000 |
commit | 79024b797687ca404d472c5227fae0a2584881a0 (patch) | |
tree | 9d42d2b1cbf2cbd41a10d610cea716a5932ed8b3 /toolkit/source/awt/vclxaccessiblecomponent.cxx | |
parent | 5cedc1140aa753f4bcda8d8c4d31c56b4d77a2e4 (diff) |
INTEGRATION: CWS dbgmacros1 (1.42.2.3.12); FILE MERGED
2003/04/10 09:21:10 kso 1.42.2.3.12.1: #108413# - debug macro unification.
Diffstat (limited to 'toolkit/source/awt/vclxaccessiblecomponent.cxx')
-rw-r--r-- | toolkit/source/awt/vclxaccessiblecomponent.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/awt/vclxaccessiblecomponent.cxx b/toolkit/source/awt/vclxaccessiblecomponent.cxx index af07e4dd9768..d8360736c60c 100644 --- a/toolkit/source/awt/vclxaccessiblecomponent.cxx +++ b/toolkit/source/awt/vclxaccessiblecomponent.cxx @@ -2,9 +2,9 @@ * * $RCSfile: vclxaccessiblecomponent.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: vg $ $Date: 2003-04-11 17:05:17 $ + * last change: $Author: vg $ $Date: 2003-04-15 15:51:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -728,7 +728,7 @@ sal_Int16 VCLXAccessibleComponent::getAccessibleRole( ) throw (uno::RuntimeExce if ( GetWindow() ) { aName = GetWindow()->GetAccessibleName(); -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 aName += String( RTL_CONSTASCII_USTRINGPARAM( " (Type = " ) ); aName += String::CreateFromInt32( GetWindow()->GetType() ); aName += String( RTL_CONSTASCII_USTRINGPARAM( ")" ) ); |