diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:32:30 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 16:32:30 +0000 |
commit | 7db5b998fbde82a0bbd1384ba94003641d700494 (patch) | |
tree | a3e6922df811cbc2f1f0fe764e703ba02b16e8da /sax | |
parent | 2d967e36f255db737a4786f80c945c99b6f38234 (diff) |
INTEGRATION: CWS dbgmacros1 (1.2.68); FILE MERGED
2003/04/09 16:26:50 kso 1.2.68.1: #108413# - debug macro unification.
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/expatwrap/attrlistimpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx index f471e2e0c05a..d5ae78214f36 100644 --- a/sax/source/expatwrap/attrlistimpl.cxx +++ b/sax/source/expatwrap/attrlistimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: attrlistimpl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: jbu $ $Date: 2000-10-25 08:13:18 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:32:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,9 @@ #include <vector> +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #include <cppuhelper/weak.hxx> |