Tag: cws_src680_hsqlcsvstage1 User: fs Date: 2006/09/20 23:56:34 Modified: dba/connectivity/source/drivers/hsqldb/HConnection.cxx
Log: table editor not yet implemented in this CWS File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HConnection.cxx?r1=1.6.2.2&r2=1.6.2.3 Delta lines: +6 -4 ------------------- --- HConnection.cxx 20 Sep 2006 19:19:44 -0000 1.6.2.2 +++ HConnection.cxx 21 Sep 2006 06:56:31 -0000 1.6.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: HConnection.cxx,v $ * - * $Revision: 1.6.2.2 $ + * $Revision: 1.6.2.3 $ * - * last change: $Author: fs $ $Date: 2006/09/20 19:19:44 $ + * last change: $Author: fs $ $Date: 2006/09/21 06:56:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -277,8 +277,10 @@ ); // TODO: resource - Reference< XExecutableDialog > xEditor = impl_createLinkedTableEditor_throw( _DocumentUI, _TableName ); - return xEditor.get(); +// Reference< XExecutableDialog > xEditor = impl_createLinkedTableEditor_throw( _DocumentUI, _TableName ); +// return xEditor.get(); + return NULL; + // editor not yet implemented in this CWS } // ------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
