From cf6908ef817f02f633542669caed577413262227 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 15:03:08 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.21.66); FILE MERGED 2003/04/09 10:44:11 kso 1.21.66.1: #108413# - debug macro unification. --- dbaccess/source/ui/browser/exsrcbrw.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/browser/exsrcbrw.cxx') 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!" ); -- cgit v1.2.3