User: vg Date: 2008-08-19 09:09:45+0000 Modified: dba/connectivity/source/drivers/adabas/BViews.cxx
Log: INTEGRATION: CWS dba31a (1.20.32); FILE MERGED 2008/07/04 15:21:24 oj 1.20.32.1: #i89558# remove unused code File Changes: Directory: /dba/connectivity/source/drivers/adabas/ =================================================== File [changed]: BViews.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/adabas/BViews.cxx?r1=1.20&r2=1.21 Delta lines: +0 -14 -------------------- --- BViews.cxx 2008-04-10 08:16:10+0000 1.20 +++ BViews.cxx 2008-08-19 09:09:43+0000 1.21 @@ -195,17 +195,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]
