From a3719e21e269a6c121dc93c25e34e9fb3038e45e Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:41:36 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.1.46); FILE MERGED 2003/04/10 09:31:54 kso 1.1.46.1: #108413# - debug macro unification. --- xml2cmp/source/xcd/xmlelem.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'xml2cmp') diff --git a/xml2cmp/source/xcd/xmlelem.cxx b/xml2cmp/source/xcd/xmlelem.cxx index 71f9418acd92..ea907d97f3d3 100644 --- a/xml2cmp/source/xcd/xmlelem.cxx +++ b/xml2cmp/source/xcd/xmlelem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlelem.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $Date: $ + * last change: $Author: vg $Date$ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,6 +66,10 @@ // NOT FULLY DEFINED SERVICES #include #include + +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include -- cgit