From 664d74accd7c1495c660bfb2731c423df645bbc5 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 4 Feb 2004 11:45:24 +0000
Subject: INTEGRATION: CWS ooo20031216 (1.2.34); FILE MERGED 2003/12/13
13:47:42 waratah 1.2.34.1: #i1858# test for previous definition of macro to
remove warning
---
xml2cmp/source/xcd/xmlelem.cxx | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'xml2cmp/source/xcd')
diff --git a/xml2cmp/source/xcd/xmlelem.cxx b/xml2cmp/source/xcd/xmlelem.cxx
index ea907d97f3d3..187405f63498 100644
--- a/xml2cmp/source/xcd/xmlelem.cxx
+++ b/xml2cmp/source/xcd/xmlelem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlelem.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $Date$
+ * last change: $Author: hr $Date$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,9 @@
#include
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include
--
cgit