User: ihi Date: 2006/10/18 06:29:48 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: INTEGRATION: CWS dba205b (1.32.8); FILE MERGED 2006/09/04 12:03:13 oj 1.32.8.2: RESYNC: (1.32-1.33); FILE MERGED 2006/08/03 10:05:23 oj 1.32.8.1: ensure that a connection exists File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.36&r2=1.37 Delta lines: +1 -0 ------------------- --- AppController.cxx 12 Oct 2006 14:16:16 -0000 1.36 +++ AppController.cxx 18 Oct 2006 13:29:46 -0000 1.37 @@ -1893,6 +1893,7 @@ xRename.set(xContainer->getByName(*aList.begin()),UNO_QUERY); sal_Int32 nCommandType = eType == E_QUERY ? CommandType::QUERY : CommandType::TABLE; + ensureConnection(); pNameChecker.reset( new DynamicTableOrQueryNameCheck( getConnection(), nCommandType ) ); aDialog.reset( new OSaveAsDlg( getView(), nCommandType, getORB(), getConnection(), --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
