Tag: cws_src680_dba24d User: oj Date: 2007-11-06 09:20:15+0000 Modified: dba/dbaccess/source/core/dataaccess/ModelImpl.cxx
Log: #i11746# new property IgnoreCurrency 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.19&r2=1.19.54.1 Delta lines: +4 -3 ------------------- --- ModelImpl.cxx 2007-07-24 12:04:04+0000 1.19 +++ ModelImpl.cxx 2007-11-06 09:20:13+0000 1.19.54.1 @@ -4,9 +4,9 @@ * * $RCSfile: ModelImpl.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.19.54.1 $ * - * last change: $Author: rt $ $Date: 2007/07/24 12:04:04 $ + * last change: $Author: oj $ $Date: 2007/11/06 09:20:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -995,6 +995,7 @@ AsciiPropertyValue( "EnableOuterJoinEscape", makeAny( (sal_Bool)sal_True ) ), AsciiPropertyValue( "PreferDosLikeLineEnds", makeAny( (sal_Bool)sal_False ) ), AsciiPropertyValue( "FormsCheckRequiredFields", makeAny( (sal_Bool)sal_True ) ), + AsciiPropertyValue( "IgnoreCurrency", makeAny( (sal_Bool)sal_False ) ), AsciiPropertyValue( NULL, Any() ) }; return aKnownSettings; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
