diff options
author | Santiago Martinez <smvarela@gmail.com> | 2012-03-16 20:12:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 13:00:42 +0000 |
commit | 33a805ebcf1fa1e86854a0af4f90834a31e4ec0d (patch) | |
tree | 20934e27c2329b1b099be57470fcd298fa529ef7 /connectivity/source/inc | |
parent | c2dc50c34b2b0797c4a1b468cc723d2f6b63572b (diff) |
Remove unused code as listed in unusedcode.easy
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r-- | connectivity/source/inc/file/fanalyzer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx index 5faf61ae57cf..9b9b0018cc3e 100644 --- a/connectivity/source/inc/file/fanalyzer.hxx +++ b/connectivity/source/inc/file/fanalyzer.hxx @@ -65,7 +65,6 @@ namespace connectivity { } OConnection* getConnection() const { return m_pConnection; } - void describeParam(::rtl::Reference<OSQLColumns> rParameterColumns); // More detailed description of parameters ::std::vector<sal_Int32>* bindEvaluationRow(OValueRefRow& _pRow); // Bind an evaluation row to the restriction /** bind the select columns if they contain a function which needs a row value @param _pRow the result row @@ -81,7 +80,6 @@ namespace connectivity void dispose(); void start(OSQLParseNode* pSQLParseNode); - void clean(); virtual sal_Bool hasRestriction() const; virtual sal_Bool hasFunctions() const; inline sal_Bool evaluateRestriction() { return m_aInterpreter->start(); } |