diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:32:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:32:03 +0000 |
commit | 0a56c09f15f8cde439d46704e2bd6f24b73e72b6 (patch) | |
tree | 9097c68df15fcf0f06c39480de37bc4e20fe88d4 /udm/source | |
parent | 8e25c25d92b246309c088bf07caf97ddb6e67838 (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.34); FILE MERGED
2003/04/10 09:24:48 kso 1.2.34.1: #108413# - debug macro unification.
Diffstat (limited to 'udm/source')
-rw-r--r-- | udm/source/inc/precomp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/udm/source/inc/precomp.h b/udm/source/inc/precomp.h index 04181206a38c..f1b889e22972 100644 --- a/udm/source/inc/precomp.h +++ b/udm/source/inc/precomp.h @@ -2,9 +2,9 @@ * * $RCSfile: precomp.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: np $ $Date: 2002-05-14 08:29:36 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:32:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,7 @@ // For en/disabling csv_assertions: -#ifndef DEBUG +#if OSL_DEBUG_LEVEL == 0 #define CSV_NO_ASSERTIONS #else #define CSV_USE_CSV_ASSERTIONS |