summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:20:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:20:46 +0000
commit6f7048e85f4d44f26c36e3d4991a07fc6c87c50d (patch)
tree74402f7dbd45ae750a232edf5a585f76a1621fc1 /ucbhelper
parent71c56583d71191111f4a38d8e0a18c95127f2af3 (diff)
INTEGRATION: CWS dbgmacros1 (1.24.4.1.10); FILE MERGED
2003/04/10 09:24:11 kso 1.24.4.1.10.1: #108413# - debug macro unification.
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/source/client/content.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx
index 40c3753d6ba4..f3a0a84a6c79 100644
--- a/ucbhelper/source/client/content.cxx
+++ b/ucbhelper/source/client/content.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: content.cxx,v $
*
- * $Revision: 1.25 $
+ * $Revision: 1.26 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 17:24:16 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:20:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1498,7 +1498,7 @@ Content_Impl::Content_Impl( const Reference< XMultiServiceFactory >& rSMgr,
m_xContentEventListener = new ContentEventListener_Impl( *this );
m_xContent->addContentEventListener( m_xContentEventListener );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
// Only done on demand in product version for performance reasons,
// but a nice debug helper.
getURL();
@@ -1532,7 +1532,7 @@ void Content_Impl::reinit( const Reference< XContent >& xContent )
m_xContent = xContent;
m_xContent->addContentEventListener( m_xContentEventListener );
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
// Only done on demand in product version for performance reasons,
// but a nice debug helper.
getURL();