diff options
-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> |