User: vg Date: 2008-01-29 08:52:24+0000 Modified: dba/dbaccess/source/ui/querydesign/querycontroller.cxx
Log: INTEGRATION: CWS dba24e_SRC680 (1.112.4); FILE MERGED 2007/12/19 12:27:43 oj 1.112.4.1: #i84339# some code cleanups for the wizards 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.112&r2=1.113 Delta lines: +1 -1 ------------------- --- querycontroller.cxx 2007-11-21 17:12:55+0000 1.112 +++ querycontroller.cxx 2008-01-29 08:52:22+0000 1.113 @@ -749,7 +749,7 @@ } sal_Bool bCreateView( sal_False ); - if ( rArguments.get_ensureType( "CreateView", bCreateView ) ) + if ( rArguments.get_ensureType( "CreateView", bCreateView ) && bCreateView ) { OSL_ENSURE( false, "OQueryController::impl_initialize: CurrentQuery is regognized for compatibility only!" ); m_nCommandType = CommandType::TABLE; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
