summaryrefslogtreecommitdiff
path: root/cppuhelper/source/component.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:34:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:34:12 +0000
commit499b9454d5e0c03fda6d4d925953d769d1f1b480 (patch)
tree39754bbb1a14a546d574ae50edbddbe9fb0ca295 /cppuhelper/source/component.cxx
parent56b5dd2ff91abbca19c012bdbb29d1e0105a8afa (diff)
INTEGRATION: CWS dbgmacros1 (1.8.38); FILE MERGED
2003/04/09 10:40:10 kso 1.8.38.1: #108413# - debug macro unification.
Diffstat (limited to 'cppuhelper/source/component.cxx')
-rw-r--r--cppuhelper/source/component.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppuhelper/source/component.cxx b/cppuhelper/source/component.cxx
index 03d0a8449c6a..584d2af09014 100644
--- a/cppuhelper/source/component.cxx
+++ b/cppuhelper/source/component.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: component.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dbo $ $Date: 2002-07-10 15:20:59 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:34:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,7 @@ void OComponentHelper::release() throw()
catch (::com::sun::star::uno::RuntimeException & exc)
{
// release should not throw exceptions
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
OString msg( OUStringToOString( exc.Message, RTL_TEXTENCODING_ASCII_US ) );
OSL_ENSURE( 0, msg.getStr() );
#endif