summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/exsrcbrw.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 15:03:08 +0000
commitcf6908ef817f02f633542669caed577413262227 (patch)
treeec72ba55b77d7f121e1a018e258e4bd57156a192 /dbaccess/source/ui/browser/exsrcbrw.cxx
parent8ca5b9bf377aaa550af41b8e431883317be4618e (diff)
INTEGRATION: CWS dbgmacros1 (1.21.66); FILE MERGED
2003/04/09 10:44:11 kso 1.21.66.1: #108413# - debug macro unification.
Diffstat (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx')
-rw-r--r--dbaccess/source/ui/browser/exsrcbrw.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/exsrcbrw.cxx b/dbaccess/source/ui/browser/exsrcbrw.cxx
index 258504358b24..e16fd3f49bdf 100644
--- a/dbaccess/source/ui/browser/exsrcbrw.cxx
+++ b/dbaccess/source/ui/browser/exsrcbrw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: exsrcbrw.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: fs $ $Date: 2002-01-29 12:24:44 $
+ * last change: $Author: vg $ $Date: 2003-04-15 16:03:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -458,7 +458,7 @@ void SbaExternalSourceBrowser::Attach(const Reference< XRowSet > & xMaster)
// at this point we have to reset the formatter for the new form
initFormatter();
// assume that the master form is already loaded
-#ifdef _DEBUG
+#if OSL_DEBUG_LEVEL > 0
{
Reference< XLoadable > xLoadable( xMaster, UNO_QUERY );
OSL_ENSURE( xLoadable.is() && xLoadable->isLoaded(), "SbaExternalSourceBrowser::Attach: master is not loaded!" );