Tag: cws_src680_dba24d User: fs Date: 2007-12-01 21:19:25+0000 Modified: dba/dbaccess/source/ui/querydesign/querycontroller.cxx
Log: #i10000# 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.111.2.3&r2=1.111.2.4 Delta lines: +5 -5 ------------------- --- querycontroller.cxx 2007-12-01 13:41:47+0000 1.111.2.3 +++ querycontroller.cxx 2007-12-01 21:19:23+0000 1.111.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: querycontroller.cxx,v $ * - * $Revision: 1.111.2.3 $ + * $Revision: 1.111.2.4 $ * - * last change: $Author: fs $ $Date: 2007/12/01 13:41:47 $ + * last change: $Author: fs $ $Date: 2007/12/01 21:19:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -758,7 +758,7 @@ // non-legacy parameters which overwrite the legacy parameters rArguments.get_ensureType( (::rtl::OUString)PROPERTY_COMMAND, sCommand ); - rArguments.get_ensureType( (::rtl::OUString)PROPERTY_COMMANDTYPE, m_nCommandType ); + rArguments.get_ensureType( (::rtl::OUString)PROPERTY_COMMAND_TYPE, m_nCommandType ); // translate Command/Type into proper members // TODO/Later: all this (including those members) should be hidden behind some abstact interface, @@ -1706,7 +1706,7 @@ return false; const NamedValueCollection& rArguments( getInitParams() ); - sal_Int32 nCommandType = rArguments.getOrDefault( (::rtl::OUString)PROPERTY_COMMANDTYPE, (sal_Int32)CommandType::QUERY ); + sal_Int32 nCommandType = rArguments.getOrDefault( (::rtl::OUString)PROPERTY_COMMAND_TYPE, (sal_Int32)CommandType::QUERY ); sal_Bool bCreatingView = ( nCommandType == CommandType::TABLE ); return !bCreatingView; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
