User: hr Date: 06/06/19 20:05:02 Modified: /dba/dbaccess/source/ui/dlg/ UserAdminDlg.cxx
Log: INTEGRATION: CWS warnings01 (1.7.74); FILE MERGED 2006/06/01 07:50:29 fs 1.7.74.1: #i57457# warning-free code File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: UserAdminDlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/UserAdminDlg.cxx?r1=1.7&r2=1.8 Delta lines: +7 -6 ------------------- --- UserAdminDlg.cxx 23 Sep 2005 12:27:51 -0000 1.7 +++ UserAdminDlg.cxx 20 Jun 2006 03:05:00 -0000 1.8 @@ -161,8 +161,9 @@ if ( !bError ) { m_xConnection = createConnection().first; + bError = !m_xConnection.is(); - if ( !(bError = !m_xConnection.is()) ) + if ( !bError ) { // now set the tables supplier at the table control xUsersSup.set(xDriver->getDataDefinitionByConnection(m_xConnection),UNO_QUERY); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
