Tag: cws_src680_dba24b User: fs Date: 2007-08-27 13:29:29+0000 Modified: dba/dbaccess/source/ui/inc/dsmeta.hxx
Log: #i80930# +bFormsCheckRequiredFields 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.1.2.1&r2=1.1.2.2 Delta lines: +7 -4 ------------------- --- dsmeta.hxx 2007-08-27 10:40:13+0000 1.1.2.1 +++ dsmeta.hxx 2007-08-27 13:29:27+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: dsmeta.hxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: fs $ $Date: 2007/08/27 10:40:13 $ + * last change: $Author: fs $ $Date: 2007/08/27 13:29:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,6 +96,7 @@ bool bUseIndexDirectionKeyword; bool bUseDOSLineEnds; bool bBooleanComparisonMode; + bool bFormsCheckRequiredFields; // Note: If you extend this list, you need to adjust the ctor (of course) // and (maybe) the implementation of supportsAnySpecialSetting @@ -113,6 +114,7 @@ ,bUseIndexDirectionKeyword ( true ) ,bUseDOSLineEnds ( true ) ,bBooleanComparisonMode ( true ) + ,bFormsCheckRequiredFields ( true ) { } @@ -136,7 +138,8 @@ || ( bUseSchemaInSelect == true ) || ( bUseIndexDirectionKeyword == true ) || ( bUseDOSLineEnds == true ) - || ( bBooleanComparisonMode == true ); + || ( bBooleanComparisonMode == true ) + || ( bFormsCheckRequiredFields == true ); } //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
