summaryrefslogtreecommitdiffstats
path: root/sax
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:32:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:32:30 +0000
commit7db5b998fbde82a0bbd1384ba94003641d700494 (patch)
treea3e6922df811cbc2f1f0fe764e703ba02b16e8da /sax
parentAdded basic class for handling quadtratic beziers (preparation for THB) (diff)
downloadcore-7db5b998fbde82a0bbd1384ba94003641d700494.tar.gz
core-7db5b998fbde82a0bbd1384ba94003641d700494.zip
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.cxx7
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>