Tag: cws_src680_dba22b User: fs Date: 2006/12/09 13:23:22 Modified: dba/dbaccess/source/ui/querydesign/querycontroller.cxx
Log: #i72428# properly determine whether we're independent File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: querycontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/querycontroller.cxx?r1=1.106.54.1&r2=1.106.54.2 Delta lines: +3 -3 ------------------- --- querycontroller.cxx 4 Dec 2006 22:41:16 -0000 1.106.54.1 +++ querycontroller.cxx 9 Dec 2006 21:23:19 -0000 1.106.54.2 @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.106.54.1 $ + * $Revision: 1.106.54.2 $ * - * last change: $Author: fs $ $Date: 2006/12/04 22:41:16 $ + * last change: $Author: fs $ $Date: 2006/12/09 21:23:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -779,7 +779,7 @@ ::rtl::OUString sIndependentSQLCommand; if ( !rArguments.getIfExists_ensureType( (::rtl::OUString)PARAM_INDEPENDENT_SQL_COMMAND, sIndependentSQLCommand ) ) throw Exception( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Invalid argument type for IndependentSQLCommand." ) ),*this); - if ( sIndependentSQLCommand.getLength() ) + if ( rArguments.has( (rtl::OUString)PARAM_INDEPENDENT_SQL_COMMAND ) ) { m_bIndependent = sal_True; m_bEsacpeProcessing = sal_True; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
