User: kz Date: 05/06/30 09:35:37 Modified: /dba/dbaccess/source/ui/uno/ DBTypeWizDlgSetup.cxx
Log: INTEGRATION: CWS wizopendb (1.7.48); FILE MERGED 2005/06/06 10:40:45 fs 1.7.48.1: #i42477# allow the 'New Database' wizard to load existing documents File Changes: Directory: /dba/dbaccess/source/ui/uno/ ======================================= File [changed]: DBTypeWizDlgSetup.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/DBTypeWizDlgSetup.cxx?r1=1.7&r2=1.8 Delta lines: +3 -2 ------------------- --- DBTypeWizDlgSetup.cxx 10 Mar 2005 16:55:03 -0000 1.7 +++ DBTypeWizDlgSetup.cxx 30 Jun 2005 16:35:32 -0000 1.8 @@ -185,8 +185,9 @@ { if ( _nExecutionResult == RET_OK ) { - m_bOpenDatabase = static_cast<ODbTypeWizDialogSetup*>(m_pDialog)->IsDatabaseDocumentToBeOpened(); - m_bStartTableWizard = static_cast<ODbTypeWizDialogSetup*>(m_pDialog)->IsTableWizardToBeStarted(); + const ODbTypeWizDialogSetup* pDialog = static_cast< ODbTypeWizDialogSetup* >( m_pDialog ); + m_bOpenDatabase = pDialog->IsDatabaseDocumentToBeOpened(); + m_bStartTableWizard = pDialog->IsTableWizardToBeStarted(); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
