summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 08:17:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 08:17:10 +0000
commit378375ed8ad1c1fd49726c8380016c67b646295b (patch)
tree1df330a3ab61138b5bbef38eba4acc4afbdc1ab1 /connectivity
parent60d72280484fea6b9064c05e85668782758a7635 (diff)
INTEGRATION: CWS dba31a (1.5.32); FILE MERGED
2008/07/04 15:21:28 oj 1.5.32.1: #i89558# remove unused code
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/inc/mysql/YViews.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/inc/mysql/YViews.hxx b/connectivity/source/inc/mysql/YViews.hxx
index 6c2ac078c6..2a7fde449b 100644
--- a/connectivity/source/inc/mysql/YViews.hxx
+++ b/connectivity/source/inc/mysql/YViews.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: YViews.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -59,7 +59,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);
};
}