summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:36:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:36:10 +0000
commit3f60305643b9998a9d7929b28d2457d4c718cf11 (patch)
treece992add0a6ccedc3836140f81333a13e8ab4f1a /cppuhelper
parentbea3a286bb3f5f584679f179d82534f269139e1e (diff)
INTEGRATION: CWS dbgmacros1 (1.1.1.1.76); FILE MERGED
2003/04/09 10:40:15 kso 1.1.1.1.76.1: #108413# - debug macro unification.
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/test/testproptyphlp.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppuhelper/test/testproptyphlp.cxx b/cppuhelper/test/testproptyphlp.cxx
index 236d3686841a..5e8ba90cabb3 100644
--- a/cppuhelper/test/testproptyphlp.cxx
+++ b/cppuhelper/test/testproptyphlp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: testproptyphlp.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 15:26:11 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:36:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#include <cppuhelper/proptypehlp.hxx>
#include <com/sun/star/beans/Property.hpp>
+
+#if OSL_DEBUG_LEVEL == 0
+#define NDEBUG
+#endif
#include <assert.h>
using namespace ::com::sun::star::uno;