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 | 2aad3366a4854e4f6ebed25086b8d9c99ca52a5f (patch) | |
tree | 5c71980515cad62363f3e53415649942c2bb04c7 /xml2cmp | |
parent | 500ed54c0c0a42c5ca7a5c0a9d05c15d1e297b28 (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')
-rw-r--r-- | xml2cmp/source/xcd/xmlelem.cxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/xml2cmp/source/xcd/xmlelem.cxx b/xml2cmp/source/xcd/xmlelem.cxx index c417e2627..a8da4f186 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> @@ -101,7 +105,7 @@ MultipleElement::~MultipleElement() MultipleElement::MultipleElement( const char * i_sName ) : XmlElement(i_sName) { -} +} void MultipleElement::AddChild( XmlElement & let_drElement ) |