diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:41:36 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:41:36 +0000 |
commit | a3719e21e269a6c121dc93c25e34e9fb3038e45e (patch) | |
tree | 50b043fd322fe420643889f417106d9f3321909f /xml2cmp/source/xcd | |
parent | 392f676385e23e61a3e03914a6032131ad54624b (diff) |
INTEGRATION: CWS dbgmacros1 (1.1.46); FILE MERGED
2003/04/10 09:31:54 kso 1.1.46.1: #108413# - debug macro unification.
Diffstat (limited to 'xml2cmp/source/xcd')
-rw-r--r-- | xml2cmp/source/xcd/xmlelem.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
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 <parse.hxx> #include <cr_html.hxx> + +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> |