[Libreoffice-commits] .: connectivity/source

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Feb 18 16:37:59 PST 2011


 connectivity/source/drivers/file/fcomp.cxx |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit a552d496836eebaada4e229d9986873e780d102f
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri Feb 18 19:35:44 2011 -0500

    Removed commented out method.

diff --git a/connectivity/source/drivers/file/fcomp.cxx b/connectivity/source/drivers/file/fcomp.cxx
index 7570d7a..1e42123 100644
--- a/connectivity/source/drivers/file/fcomp.cxx
+++ b/connectivity/source/drivers/file/fcomp.cxx
@@ -78,9 +78,7 @@ void OPredicateCompiler::dispose()
     m_orgColumns		= NULL;
 m_xIndexes.clear();
 }
-//------------------------------------------------------------------
-//	inline OCursor& OPredicateCompiler::Cursor() const {return m_rCursor;}
-//------------------------------------------------------------------
+
 void OPredicateCompiler::start(OSQLParseNode* pSQLParseNode)
 {
     if (!pSQLParseNode)


More information about the Libreoffice-commits mailing list