summaryrefslogtreecommitdiff
path: root/connectivity/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:12:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:12:57 +0000
commit8e80226196d9aab651bbb47d1fe5fc93510bc0a6 (patch)
treea10d742a6e189a9b0fac9ca5ad7275f07aecfaef /connectivity/source
parent65d07cd66c291f4daae3716c194f40726c30c3fb (diff)
INTEGRATION: CWS dba31a (1.8.32); FILE MERGED
2008/07/04 15:21:27 oj 1.8.32.1: #i89558# remove unused code
Diffstat (limited to 'connectivity/source')
-rw-r--r--connectivity/source/drivers/hsqldb/HViews.cxx13
1 files changed, 1 insertions, 12 deletions
diff --git a/connectivity/source/drivers/hsqldb/HViews.cxx b/connectivity/source/drivers/hsqldb/HViews.cxx
index a3b72cea98..4806203641 100644
--- a/connectivity/source/drivers/hsqldb/HViews.cxx
+++ b/connectivity/source/drivers/hsqldb/HViews.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: HViews.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -170,14 +170,3 @@ void HViews::createView( const Reference< XPropertySet >& descriptor )
}
}
// -----------------------------------------------------------------------------
-void HViews::appendNew(const ::rtl::OUString& _rsNewTable)
-{
- insertElement(_rsNewTable,NULL);
- // notify our container listeners
- ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(_rsNewTable), Any(), Any());
- m_aContainerListeners.notifyEach( &XContainerListener::elementInserted, aEvent );
-}
-// -----------------------------------------------------------------------------
-
-
-