summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:42:31 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 12:42:31 +0000
commit3eaf8f841b7f37895b120399f29cb05c154836bc (patch)
treef476913014145c88831665abfd86bb533397f752 /bridges
parent0b536d2d8b1bef971f5db4f13b1a4adf98f6340d (diff)
INTEGRATION: CWS ooo20031216 (1.7.62); FILE MERGED
2003/12/13 13:49:12 waratah 1.7.62.1: #i1858# test for previous definition of macro to remove warning
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/remote/static/proxy.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/bridges/source/remote/static/proxy.cxx b/bridges/source/remote/static/proxy.cxx
index a236351a2d74..827078919769 100644
--- a/bridges/source/remote/static/proxy.cxx
+++ b/bridges/source/remote/static/proxy.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: proxy.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:29:53 $
+ * last change: $Author: hr $ $Date: 2004-02-04 13:42:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,9 @@
*
************************************************************************/
#if OSL_DEBUG_LEVEL == 0
-#define NDEBUG
+# ifndef NDEBUG
+# define NDEBUG
+# endif
#endif
#include <assert.h>
#include <sal/alloca.h>