From 9c8ddb75e4e61490bf50f1d1f194f3c42bce013b Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 02:05:00 +0000 Subject: INTEGRATION: CWS warnings01 (1.7.74); FILE MERGED 2006/06/01 07:50:29 fs 1.7.74.1: #i57457# warning-free code --- dbaccess/source/ui/dlg/UserAdminDlg.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/dlg/UserAdminDlg.cxx') diff --git a/dbaccess/source/ui/dlg/UserAdminDlg.cxx b/dbaccess/source/ui/dlg/UserAdminDlg.cxx index ee6f1d7ece12..ad89623898b9 100644 --- a/dbaccess/source/ui/dlg/UserAdminDlg.cxx +++ b/dbaccess/source/ui/dlg/UserAdminDlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: UserAdminDlg.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:27:51 $ + * last change: $Author: hr $ $Date: 2006-06-20 03:05:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -161,8 +161,9 @@ DBG_NAME(OUserAdminDlg) 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); -- cgit