summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:52:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:52:51 +0000
commitd873b15d6c2e916f29b437d1bc039b2afd656eea (patch)
tree91a1e9a9473dff5d22bd43af3a89dcc2f85bc67d
parenta48764839a3dfe9895f5558d70bf18c52dcc2bc1 (diff)
INTEGRATION: CWS dbgmacros1 (1.1.184); FILE MERGED
2003/04/10 08:41:13 kso 1.1.184.1: #108413# - debug macro unification.
-rw-r--r--svtools/source/config/xmlaccelcfg.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/source/config/xmlaccelcfg.cxx b/svtools/source/config/xmlaccelcfg.cxx
index d97cc7bda64c..7f1ea9eec022 100644
--- a/svtools/source/config/xmlaccelcfg.cxx
+++ b/svtools/source/config/xmlaccelcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlaccelcfg.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mba $ $Date: 2001-05-10 07:56:31 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:52:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,9 @@
#include "xmlaccelcfg.hxx"
#include <vector>
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
#ifndef _COM_SUN_STAR_XML_SAX_XATTRIBUTELIST_HPP_