summaryrefslogtreecommitdiff
path: root/connectivity/source/inc
diff options
context:
space:
mode:
authorSantiago Martinez <smvarela@gmail.com>2012-03-16 20:12:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-03-20 13:00:42 +0000
commit33a805ebcf1fa1e86854a0af4f90834a31e4ec0d (patch)
tree20934e27c2329b1b099be57470fcd298fa529ef7 /connectivity/source/inc
parentc2dc50c34b2b0797c4a1b468cc723d2f6b63572b (diff)
Remove unused code as listed in unusedcode.easy
Diffstat (limited to 'connectivity/source/inc')
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx2
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(); }