Tag: cws_src680_dba23b User: fs Date: 2007-07-08 19:36:20+0000 Modified: dba/dbaccess/source/core/dataaccess/ModelImpl.cxx
Log: #i78987# +FormsCheckRequiredFields File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.18.60.3&r2=1.18.60.4 Delta lines: +3 -2 ------------------- --- ModelImpl.cxx 2007-07-07 20:21:08+0000 1.18.60.3 +++ ModelImpl.cxx 2007-07-08 19:36:17+0000 1.18.60.4 @@ -4,9 +4,9 @@ * * $RCSfile: ModelImpl.cxx,v $ * - * $Revision: 1.18.60.3 $ + * $Revision: 1.18.60.4 $ * - * last change: $Author: fs $ $Date: 2007/07/07 20:21:08 $ + * last change: $Author: fs $ $Date: 2007/07/08 19:36:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -994,6 +994,7 @@ AsciiPropertyValue( "UseCatalogInSelect", makeAny( (sal_Bool)sal_True ) ), AsciiPropertyValue( "EnableOuterJoinEscape", makeAny( (sal_Bool)sal_True ) ), AsciiPropertyValue( "PreferDosLikeLineEnds", makeAny( (sal_Bool)sal_False ) ), + AsciiPropertyValue( "FormsCheckRequiredFields", makeAny( (sal_Bool)sal_True ) ), AsciiPropertyValue( NULL, Any() ) }; return aKnownSettings; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
