Tag: cws_src680_dba205b User: fs Date: 2006/08/09 12:51:22 Modified: dba/dbaccess/source/core/api/table.cxx
Log: refreshColumns is overwritten unnecessarily File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: table.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/table.cxx?r1=1.56.18.1&r2=1.56.18.2 Delta lines: +2 -7 ------------------- --- table.cxx 6 Aug 2006 20:20:05 -0000 1.56.18.1 +++ table.cxx 9 Aug 2006 19:51:19 -0000 1.56.18.2 @@ -4,9 +4,9 @@ * * $RCSfile: table.cxx,v $ * - * $Revision: 1.56.18.1 $ + * $Revision: 1.56.18.2 $ * - * last change: $Author: fs $ $Date: 2006/08/06 20:20:05 $ + * last change: $Author: fs $ $Date: 2006/08/09 19:51:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -428,11 +428,6 @@ // not supported throw SQLException(DBACORE_RESSTRING(RID_STR_COLUMN_ALTER_BY_NAME),*this,SQLSTATE_GENERAL,1000,Any() ); m_pColumns->refresh(); -} -// ------------------------------------------------------------------------- -void ODBTable::refreshColumns() -{ - OTable_Base::refreshColumns(); } // ----------------------------------------------------------------------------- sal_Int64 SAL_CALL ODBTable::getSomething( const Sequence< sal_Int8 >& rId ) throw(RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
