diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:41:06 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:41:06 +0000 |
commit | 31b0c1cd4ecfad1473d21bb4ca6eda47febabf6e (patch) | |
tree | 965876ae14127e07f4a78fe6554c8047b1f41e01 /sal/inc | |
parent | c06a87d61edc506f2bb1d355f2296d732015d480 (diff) |
INTEGRATION: CWS dbgmacros1 (1.15.2.1.12); FILE MERGED
2003/04/09 12:08:14 kso 1.15.2.1.12.1: #108413# - debug macro unification.
Diffstat (limited to 'sal/inc')
-rw-r--r-- | sal/inc/sal/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/inc/sal/config.h b/sal/inc/sal/config.h index 98ea9bc123d7..b557bf615282 100644 --- a/sal/inc/sal/config.h +++ b/sal/inc/sal/config.h @@ -2,8 +2,8 @@ * * $RCSfile: config.h,v $ * - * $Revision: 1.16 $ - * last change: $Author: hr $ $Date: 2003-03-26 16:45:57 $ + * $Revision: 1.17 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:41:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,7 +90,7 @@ extern "C" { /* No warning for: C++ Exception Specification ignored */ #pragma warning( disable : 4290 ) -#if defined(_DEBUG) +#if OSL_DEBUG_LEVEL > 0 /* No warning for: identifier was truncated to '255' characters in the browser information */ #pragma warning( disable : 4786 ) #endif |