diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:32:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 15:32:44 +0000 |
commit | 379cdf57086bf18791276c1ef341261a2245bbb6 (patch) | |
tree | 6f5f8777f379fbe5092fd56693a21704743bccd8 /xmloff | |
parent | 72c0e4f3c87482a8b1284f486e3fece79152cbdb (diff) |
INTEGRATION: CWS dbgmacros1 (1.4.30.1.36); FILE MERGED
2003/04/10 09:32:48 kso 1.4.30.1.36.1: #108413# - debug macro unification.
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/attrlist.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/core/attrlist.cxx b/xmloff/source/core/attrlist.cxx index 0a009061188b..8f016a85b4cf 100644 --- a/xmloff/source/core/attrlist.cxx +++ b/xmloff/source/core/attrlist.cxx @@ -2,9 +2,9 @@ * * $RCSfile: attrlist.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-27 18:20:11 $ + * last change: $Author: vg $ $Date: 2003-04-15 16:32:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,6 +70,9 @@ #include <rtl/uuid.h> #include <rtl/memory.h> +#if OSL_DEBUG_LEVEL == 0 +#define NDEBUG +#endif #include <assert.h> #include "attrlist.hxx" |