summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:16:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:16:47 +0000
commit714ccfdcc08b242a30e195cd7fe721743139ac9f (patch)
tree7e525ffa8bd2b5977aac0d4b62c35349e67b24d3 /connectivity
parentb683b46bfa7a33c4dfed09e05ff63f6c82e6a2ff (diff)
INTEGRATION: CWS dba31a (1.6.32); FILE MERGED
2008/07/04 15:21:28 oj 1.6.32.1: #i89558# remove unused code
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/hsqldb/HViews.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/inc/hsqldb/HViews.hxx b/connectivity/source/inc/hsqldb/HViews.hxx
index d596e616f0..41cab0a46c 100644
--- a/connectivity/source/inc/hsqldb/HViews.hxx
+++ b/connectivity/source/inc/hsqldb/HViews.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: HViews.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -58,7 +58,6 @@ namespace connectivity
// only the name is identical to ::cppu::OComponentHelper
virtual void SAL_CALL disposing(void);
- void appendNew(const ::rtl::OUString& _rsNewTable);
void dropByNameImpl(const ::rtl::OUString& elementName);
};
}