Tag: cws_src680_dba24b User: fs Date: 2007-09-05 08:38:05+0000 Modified: dba/dbaccess/source/ui/misc/dsmeta.cxx
Log: FLAT doesn't have authentication File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: dsmeta.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/dsmeta.cxx?r1=1.1.2.6&r2=1.1.2.7 Delta lines: +3 -3 ------------------- --- dsmeta.cxx 2007-09-04 21:43:18+0000 1.1.2.6 +++ dsmeta.cxx 2007-09-05 08:38:02+0000 1.1.2.7 @@ -4,9 +4,9 @@ * * $RCSfile: dsmeta.cxx,v $ * - * $Revision: 1.1.2.6 $ + * $Revision: 1.1.2.7 $ * - * last change: $Author: fs $ $Date: 2007/09/04 21:43:18 $ + * last change: $Author: fs $ $Date: 2007/09/05 08:38:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -170,7 +170,7 @@ s_aSupport[ DST_ADABAS ] = FeatureSupport( AuthUserPwd ); s_aSupport[ DST_CALC ] = FeatureSupport( AuthPwd ); s_aSupport[ DST_DBASE ] = FeatureSupport( AuthNone ); - s_aSupport[ DST_FLAT ] = FeatureSupport( AuthUserPwd ); + s_aSupport[ DST_FLAT ] = FeatureSupport( AuthNone ); s_aSupport[ DST_JDBC ] = FeatureSupport( AuthUserPwd ); s_aSupport[ DST_ODBC ] = FeatureSupport( AuthUserPwd ); s_aSupport[ DST_ADO ] = FeatureSupport( AuthUserPwd ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
