Tag: cws_src680_dba205b User: fs Date: 2006/08/09 12:52:47 Modified: dba/dbaccess/source/core/api/tablecontainer.cxx
Log: notifyDataSourceModified is not needed File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: tablecontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/tablecontainer.cxx?r1=1.62.20.1&r2=1.62.20.2 Delta lines: +2 -8 ------------------- --- tablecontainer.cxx 6 Aug 2006 20:20:47 -0000 1.62.20.1 +++ tablecontainer.cxx 9 Aug 2006 19:52:45 -0000 1.62.20.2 @@ -4,9 +4,9 @@ * * $RCSfile: tablecontainer.cxx,v $ * - * $Revision: 1.62.20.1 $ + * $Revision: 1.62.20.2 $ * - * last change: $Author: fs $ $Date: 2006/08/06 20:20:47 $ + * last change: $Author: fs $ $Date: 2006/08/09 19:52:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -600,12 +600,6 @@ if(xCont.is()) xCont->addContainerListener(this); } -// ----------------------------------------------------------------------------- -void OTableContainer::notifyDataSourceModified() -{ - // nothing to do here -} - // ----------------------------------------------------------------------------- // two ways to obtain all tables from XDatabaseMetaData::getTables, via passing a particular // table type filter: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
