diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:50:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:50:11 +0000 |
commit | 85881ecf2d02c3ec54afeb5deec21f59720093c9 (patch) | |
tree | ae377a6976cd17b7b1ed6eed44b15809ce29265d | |
parent | eb61f3c222ee6ded7ffd01e9a7ab1c2a70190f8c (diff) |
INTEGRATION: CWS dbgmacros1 (1.3.40); FILE MERGED
2003/04/10 09:25:27 kso 1.3.40.1: #108413# - debug macro unification.
-rw-r--r-- | UnoControls/source/inc/statusindicator.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/UnoControls/source/inc/statusindicator.hxx b/UnoControls/source/inc/statusindicator.hxx index 9033f3883041..f2a5d0b14bf4 100644 --- a/UnoControls/source/inc/statusindicator.hxx +++ b/UnoControls/source/inc/statusindicator.hxx @@ -2,9 +2,9 @@ * * $RCSfile: statusindicator.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2001-09-27 13:06:10 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:50:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -623,7 +623,7 @@ private: @onerror - */ - #ifdef DEBUG + #if OSL_DEBUG_LEVEL > 1 #endif |