From eb61f3c222ee6ded7ffd01e9a7ab1c2a70190f8c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:50:01 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.3.40); FILE MERGED 2003/04/10 09:25:26 kso 1.3.40.1: #108413# - debug macro unification. --- UnoControls/source/controls/statusindicator.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'UnoControls') diff --git a/UnoControls/source/controls/statusindicator.cxx b/UnoControls/source/controls/statusindicator.cxx index 65a580b2cf37..682a2328b065 100644 --- a/UnoControls/source/controls/statusindicator.cxx +++ b/UnoControls/source/controls/statusindicator.cxx @@ -2,9 +2,9 @@ * * $RCSfile: statusindicator.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2001-09-27 13:42:25 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:50:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -602,8 +602,8 @@ void StatusIndicator::impl_recalcLayout ( const WindowEvent& aEvent ) // debug methods //____________________________________________________________________________________________________________ -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 -#endif // #ifdef DEBUG +#endif // #if OSL_DEBUG_LEVEL > 1 } // namespace unocontrols -- cgit