From 33a805ebcf1fa1e86854a0af4f90834a31e4ec0d Mon Sep 17 00:00:00 2001 From: Santiago Martinez <smvarela@gmail.com> Date: Fri, 16 Mar 2012 20:12:53 +0100 Subject: Remove unused code as listed in unusedcode.easy --- connectivity/source/inc/file/fanalyzer.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'connectivity/source/inc') 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(); } -- cgit