diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:42:49 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 12:42:49 +0000 |
commit | 6b4774566595cffa07984323b0b81bc973de9358 (patch) | |
tree | a126a0dcb227442ff008820b8045ebd1a10c65b1 /bridges | |
parent | 3eaf8f841b7f37895b120399f29cb05c154836bc (diff) |
INTEGRATION: CWS ooo20031216 (1.4.62); FILE MERGED
2003/12/13 13:49:12 waratah 1.4.62.1: #i1858# test for previous definition of macro to remove warning
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/remote/static/remote.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bridges/source/remote/static/remote.cxx b/bridges/source/remote/static/remote.cxx index 266defb0f927..1de3dd6c6ae0 100644 --- a/bridges/source/remote/static/remote.cxx +++ b/bridges/source/remote/static/remote.cxx @@ -2,9 +2,9 @@ * * $RCSfile: remote.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-04-15 16:28:38 $ + * last change: $Author: hr $ $Date: 2004-02-04 13:42:49 $ * * 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> |