Tag: cws_src680_dbwizard3 User: bc Date: 05/01/16 12:45:15 Modified: /dba/dbaccess/source/ui/dlg/ DBSetupConnectionPages.cxx
Log: #i40633#SpreadsheetConnectionClass modified File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: DBSetupConnectionPages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/DBSetupConnectionPages.cxx?r1=1.2&r2=1.2.32.1 Delta lines: +3 -2 ------------------- --- DBSetupConnectionPages.cxx 27 Oct 2004 12:59:12 -0000 1.2 +++ DBSetupConnectionPages.cxx 16 Jan 2005 20:45:12 -0000 1.2.32.1 @@ -2,9 +2,9 @@ * * $RCSfile: DBSetupConnectionPages.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.2.32.1 $ * - * last change: $Author: pjunck $ $Date: 2004/10/27 12:59:12 $ + * last change: $Author: bc $ $Date: 2005/01/16 20:45:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -767,6 +767,7 @@ sal_Bool OSpreadSheetConnectionPageSetup::FillItemSet( SfxItemSet& _rSet ) { sal_Bool bChangedSomething = OConnectionTabPageSetup::FillItemSet(_rSet); + fillBool(_rSet,&m_aCBPasswordrequired,DSID_PASSWORDREQUIRED,bChangedSomething); return bChangedSomething; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
