User: vg Date: 2008-08-19 09:14:25+0000 Modified: dba/connectivity/source/drivers/mysql/YViews.cxx
Log: INTEGRATION: CWS dba31a (1.10.32); FILE MERGED 2008/07/04 15:21:27 oj 1.10.32.1: #i89558# remove unused code File Changes: Directory: /dba/connectivity/source/drivers/mysql/ ================================================== File [changed]: YViews.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YViews.cxx?r1=1.10&r2=1.11 Delta lines: +0 -14 -------------------- --- YViews.cxx 2008-04-10 10:24:34+0000 1.10 +++ YViews.cxx 2008-08-19 09:14:23+0000 1.11 @@ -163,17 +163,3 @@ pTables->appendNew(sName); } } -// ----------------------------------------------------------------------------- -void OViews::appendNew(const ::rtl::OUString& _rsNewTable) -{ - insertElement(_rsNewTable,NULL); - // notify our container listeners - ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_rsNewTable), Any(), Any()); - OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); - while (aListenerLoop.hasMoreElements()) - static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); -} -// ----------------------------------------------------------------------------- - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
