User: ihi Date: 2007-11-27 12:12:44+0000 Modified: dba/dbaccess/source/ui/inc/dsmeta.hxx
Log: INTEGRATION: CWS dba24lms (1.2.6); FILE MERGED 2007/11/12 15:20:48 oj 1.2.6.1: #i11746# currency oracle File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dsmeta.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dsmeta.hxx?r1=1.2&r2=1.3 Delta lines: +7 -4 ------------------- --- dsmeta.hxx 2007-11-01 15:22:02+0000 1.2 +++ dsmeta.hxx 2007-11-27 12:12:42+0000 1.3 @@ -115,6 +115,7 @@ bool bUseDOSLineEnds; bool bBooleanComparisonMode; bool bFormsCheckRequiredFields; + bool bIgnoreCurrency; // Note: If you extend this list, you need to adjust the ctor (of course) // and (maybe) the implementation of supportsAnySpecialSetting @@ -133,6 +134,7 @@ ,bUseDOSLineEnds ( true ) ,bBooleanComparisonMode ( true ) ,bFormsCheckRequiredFields ( true ) + ,bIgnoreCurrency ( false ) { } @@ -157,7 +159,8 @@ || ( bUseIndexDirectionKeyword == true ) || ( bUseDOSLineEnds == true ) || ( bBooleanComparisonMode == true ) - || ( bFormsCheckRequiredFields == true ); + || ( bFormsCheckRequiredFields == true ) + || ( bIgnoreCurrency == true ); } //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
