diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-03-28 21:28:07 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-29 13:16:12 +0100 |
commit | 10e92b820d80df6e46fc6c9aeef25bb4bb93920c (patch) | |
tree | d29f084260cf372a410b543ae6d3a9cc957ef3df /connectivity/inc | |
parent | 31d26fb9b85cd54267e1a5c0d5a3595e8bb4884c (diff) |
Remove unused code in sqlnode
Diffstat (limited to 'connectivity/inc')
-rw-r--r-- | connectivity/inc/connectivity/sqlnode.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/inc/connectivity/sqlnode.hxx b/connectivity/inc/connectivity/sqlnode.hxx index 4f8385a8c0f4..8874ed0fd7e2 100644 --- a/connectivity/inc/connectivity/sqlnode.hxx +++ b/connectivity/inc/connectivity/sqlnode.hxx @@ -278,11 +278,9 @@ namespace connectivity void append(OSQLParseNode* pNewSubTree); void insert(sal_uInt32 nPos, OSQLParseNode* pNewSubTree); - OSQLParseNode* replaceAt(sal_uInt32 nPos, OSQLParseNode* pNewSubTree); OSQLParseNode* replace(OSQLParseNode* pOldSubTree, OSQLParseNode* pNewSubTree); OSQLParseNode* removeAt(sal_uInt32 nPos); - OSQLParseNode* remove(OSQLParseNode* pSubTree); void replaceNodeValue(const ::rtl::OUString& rTableAlias,const ::rtl::OUString& rColumnName); |