summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-12 13:28:05 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-12 13:51:03 +0100
commit5c35e6ca68b23494f39a47d2dcddb0d598b172c8 (patch)
treefe5ae598645f7a490e3e75f24c4f7e830a8ef0a2 /connectivity/source/inc
parent1bd2f9c40bbc9cf9bc7bc44beeff1f27b9aa452e (diff)
so m_pEvaluationKeySet is always NULL
Change-Id: I79e92b63aa2efc9c3da595c8e857666a2d727900
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/file/FResultSet.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx
index 405a70d4c5a3..e1484cb15dcb 100644
--- a/connectivity/source/inc/file/FResultSet.hxx
+++ b/connectivity/source/inc/file/FResultSet.hxx
@@ -82,7 +82,6 @@ namespace connectivity
OValueRefRow m_aInsertRow; // needed for insert by cursor
ORefAssignValues m_aAssignValues; // needed for insert,update and parameters
// to compare with the restrictions
- TIntVector* m_pEvaluationKeySet;
TIntVector::iterator m_aEvaluateIter;
@@ -290,7 +289,6 @@ namespace connectivity
inline void setOrderByColumns(const ::std::vector<sal_Int32>& _aColumnOrderBy) { m_aOrderbyColumnNumber = _aColumnOrderBy; }
inline void setOrderByAscending(const ::std::vector<TAscendingOrder>& _aOrderbyAsc) { m_aOrderbyAscending = _aOrderbyAsc; }
- inline void setEvaluationKeySet(TIntVector* _pEvaluationKeySet) { m_pEvaluationKeySet = _pEvaluationKeySet; }
inline void setMetaData(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSetMetaData>& _xMetaData) { m_xMetaData = _xMetaData;}
static void setBoundedColumns(const OValueRefRow& _rRow,