diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:45:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 11:45:24 +0000 |
commit | 664d74accd7c1495c660bfb2731c423df645bbc5 (patch) | |
tree | c1f75ac9d536f846be33b8ee8541e85b5a1a14f8 /xml2cmp | |
parent | 656389bab751f0a2bea30f93847bc5421487144d (diff) |
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
Diffstat (limited to 'xml2cmp')
-rw-r--r-- | xml2cmp/source/xcd/xmlelem.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
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 <cr_html.hxx> #if OSL_DEBUG_LEVEL == 0 -#define NDEBUG +# ifndef NDEBUG +# define NDEBUG +# endif #endif #include <assert.h> |