summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:15:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:15:21 +0000
commitc40839ef7069560f9f8a890f482ad464780fc1b2 (patch)
treec54980b71841ed0e9d3914880687488124ced78b /connectivity
parent99638f4cb0c67a861a65b5ba25edfbee26c4897f (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.cxx16
-rw-r--r--connectivity/source/inc/adabas/BUser.hxx3
2 files changed, 2 insertions, 17 deletions
diff --git a/connectivity/source/drivers/mysql/YViews.cxx b/connectivity/source/drivers/mysql/YViews.cxx
index c7f4992f3e..adeeb229da 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 438ef8ca76..ee768786af 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();
};