summaryrefslogtreecommitdiff
path: root/forms/source/component/DatabaseForm.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:15:40 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:15:40 +0000
commitb75ef01decd170c9d28a3a132811d7be6b34c3a2 (patch)
treea35b91f5e68368147ea9538d89ffd6fca7aee6ce /forms/source/component/DatabaseForm.cxx
parente6f7bf87924db68587f852361d9d3fcbbcf28ecd (diff)
INTEGRATION: CWS dbgmacros1 (1.41.8.3.2.3.2.1.2.4.20); FILE MERGED
2003/04/15 15:08:11 kso 1.41.8.3.2.3.2.1.2.4.20.2: RESYNC: (1.50-1.51); FILE MERGED 2003/04/09 11:05:45 kso 1.41.8.3.2.3.2.1.2.4.20.1: #108413# - debug macro unification.
Diffstat (limited to 'forms/source/component/DatabaseForm.cxx')
-rw-r--r--forms/source/component/DatabaseForm.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index bc9cbf1caf1e..68dc1beefcc6 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseForm.cxx,v $
*
- * $Revision: 1.51 $
+ * $Revision: 1.52 $
*
- * last change: $Author: vg $ $Date: 2003-04-11 14:36:47 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:15:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3061,7 +3061,7 @@ void SAL_CALL ODatabaseForm::disposing(const EventObject& Source) throw( Runtime
Reference< XConnection > xConnSource( Source.Source, UNO_QUERY );
if ( xConnSource.is() )
{
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
Reference< XConnection > xActiveConn;
m_xAggregateSet->getPropertyValue( PROPERTY_ACTIVE_CONNECTION ) >>= xActiveConn;
OSL_ENSURE( xActiveConn.get() == xConnSource.get(), "ODatabaseForm::disposing: where did this come from?" );