summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:40:21 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:40:21 +0000
commit2d9587b3790fc41a8fa686ba139a079b713f3f19 (patch)
tree74e6852c5fbd8cb976eaa091c7437c1783fec75d /sax
parent056f304d951fb54f583555377040c74aad65dcc4 (diff)
INTEGRATION: CWS ooo20031216 (1.3.32); FILE MERGED
2003/12/13 14:07:44 waratah 1.3.32.1: #i1858# test for previous definition of macro to remove warning
Diffstat (limited to 'sax')
-rw-r--r--sax/source/expatwrap/attrlistimpl.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sax/source/expatwrap/attrlistimpl.cxx b/sax/source/expatwrap/attrlistimpl.cxx
index d5ae78214f36..b0db94f77401 100644
--- a/sax/source/expatwrap/attrlistimpl.cxx
+++ b/sax/source/expatwrap/attrlistimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: attrlistimpl.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 17:32:30 $
+ * last change: $Author: hr $ $Date: 2004-02-04 13:40:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,9 @@
#include <vector>
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include <assert.h>