Tag: cws_src680_hsqlcsv User: fs Date: 2006/12/17 23:55:19 Modified: dba/dbaccess/source/ui/dlg/adtabdlg.cxx
Log: RESYNC: (1.26-1.27); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: adtabdlg.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/adtabdlg.cxx?r1=1.24.46.3&r2=1.24.46.4 Delta lines: +6 -4 ------------------- --- adtabdlg.cxx 11 Oct 2006 09:06:11 -0000 1.24.46.3 +++ adtabdlg.cxx 18 Dec 2006 07:55:16 -0000 1.24.46.4 @@ -439,12 +439,14 @@ IMPL_LINK( OAddTableDlg, TableListDoubleClickHdl, void*, /*EMPTY_ARG*/ ) { if ( impl_isAddAllowed() ) + { impl_addTable(); - if ( !impl_isAddAllowed() ) Close(); + return 1L; // handled + } - return 0; + return 0L; // not handled } //------------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
