From a6d4094e620fa167813d5f1b7e7fe1073d5f9fbb Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:29:49 +0000 Subject: [PATCH] INTEGRATION: CWS dbgmacros1 (1.5.6); FILE MERGED 2003/04/09 10:15:49 kso 1.5.6.1: #108413# - debug macro unification. --- bridges/test/testoffice.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bridges/test/testoffice.cxx b/bridges/test/testoffice.cxx index 7c63c642af73..4995ecc21768 100644 --- a/bridges/test/testoffice.cxx +++ b/bridges/test/testoffice.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testoffice.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-18 19:07:10 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:29:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,6 +58,9 @@ * * ************************************************************************/ +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include #ifndef _OSL_TIME_H_