summaryrefslogtreecommitdiffstats
path: root/io
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:16:01 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:16:01 +0000
commit6d25fdc93ea230aa04dacbcb2cafa8596d567a06 (patch)
treef7a80ab788da10b36c5e9e23a5fcae8e1066f654 /io
parentINTEGRATION: CWS ooo20031216 (1.8.40); FILE MERGED (diff)
downloadcore-6d25fdc93ea230aa04dacbcb2cafa8596d567a06.tar.gz
core-6d25fdc93ea230aa04dacbcb2cafa8596d567a06.zip
INTEGRATION: CWS ooo20031216 (1.6.36); FILE MERGED
2003/12/13 13:54:46 waratah 1.6.36.1: #i1858# test for previous definition of macro to remove warning
Diffstat (limited to 'io')
-rw-r--r--io/source/stm/omark.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx
index f0ea1089b356..8083b4a98243 100644
--- a/io/source/stm/omark.cxx
+++ b/io/source/stm/omark.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: omark.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 15:58:29 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:16:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,9 @@
#include <rtl/ustrbuf.hxx>
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include <assert.h>
#include <string.h>