diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:15:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:15:21 +0000 |
commit | 07db50c251364f7a66236cd6148a846ebafe2b86 (patch) | |
tree | b3b48419edf570a7b742390ea1d21fc3a6c60782 /connectivity | |
parent | 45187facad22445a2e1f172fce0b85d89823bd2d (diff) |
INTEGRATION: CWS dba31a (1.10.32); FILE MERGED
2008/07/04 15:21:27 oj 1.10.32.1: #i89558# remove unused code
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mysql/YViews.cxx | 16 | ||||
-rw-r--r-- | connectivity/source/inc/adabas/BUser.hxx | 3 |
2 files changed, 2 insertions, 17 deletions
diff --git a/connectivity/source/drivers/mysql/YViews.cxx b/connectivity/source/drivers/mysql/YViews.cxx index dfdf93bf4902..c90445718842 100644 --- a/connectivity/source/drivers/mysql/YViews.cxx +++ b/connectivity/source/drivers/mysql/YViews.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: YViews.cxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -163,17 +163,3 @@ void OViews::createView( const Reference< XPropertySet >& descriptor ) 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); -} -// ----------------------------------------------------------------------------- - - - diff --git a/connectivity/source/inc/adabas/BUser.hxx b/connectivity/source/inc/adabas/BUser.hxx index 1b9b55946b6c..3b0d2811ab34 100644 --- a/connectivity/source/inc/adabas/BUser.hxx +++ b/connectivity/source/inc/adabas/BUser.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: BUser.hxx,v $ - * $Revision: 1.10 $ + * $Revision: 1.11 $ * * This file is part of OpenOffice.org. * @@ -76,7 +76,6 @@ namespace connectivity virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper(); public: OUserExtend(OAdabasConnection* _pConnection); - OUserExtend(OAdabasConnection* _pConnection,const ::rtl::OUString& _Name); virtual void construct(); }; |