diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:23:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:23:20 +0000 |
commit | 29cae1cbe0d08930ec1f3426d14d3fc1f663e859 (patch) | |
tree | a37f4011451640b7801b4646c92551b41c66fb8f /bridges/inc | |
parent | 9b562e5ab3c15408b079e62036e8fa84dbbb2449 (diff) |
INTEGRATION: CWS dbgmacros1 (1.1.1.1.76); FILE MERGED
2003/04/09 10:15:21 kso 1.1.1.1.76.1: #108413# - debug macro unification.
Diffstat (limited to 'bridges/inc')
-rw-r--r-- | bridges/inc/bridges/remote/counter.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bridges/inc/bridges/remote/counter.hxx b/bridges/inc/bridges/remote/counter.hxx index 085fd1eb98d5..40d231360029 100644 --- a/bridges/inc/bridges/remote/counter.hxx +++ b/bridges/inc/bridges/remote/counter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: counter.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 15:28:48 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:23:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #define _BRIDGES_REMOTE_COUNTER_H_ #include <stdio.h> -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 struct MyCounter { MyCounter( sal_Char *pName ) : |