From bea3a286bb3f5f584679f179d82534f269139e1e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:36:00 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.2.40); FILE MERGED 2003/04/09 10:40:14 kso 1.2.40.1: #108413# - debug macro unification. --- cppuhelper/test/testidlclass.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppuhelper') diff --git a/cppuhelper/test/testidlclass.cxx b/cppuhelper/test/testidlclass.cxx index 8215b91c2e98..f2d5011dac7c 100644 --- a/cppuhelper/test/testidlclass.cxx +++ b/cppuhelper/test/testidlclass.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testidlclass.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dbo $ $Date: 2002-06-14 13:20:20 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:36:00 $ * * 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 #include -- cgit