From ef08c38172f0a19063759a52dd94b70ebd962ed4 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Wed, 18 Jan 2012 13:51:14 +0100 Subject: Oups... where is my brown paper bag? --- dbaccess/source/core/api/KeySet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx index d55f075c04ac..a7d9abeb2e72 100644 --- a/dbaccess/source/core/api/KeySet.cxx +++ b/dbaccess/source/core/api/KeySet.cxx @@ -1331,7 +1331,7 @@ bool OKeySet::doTryRefetch_throw() throw(SQLException, RuntimeException) m_xSet = m_xStatement->executeQuery(); OSL_ENSURE(m_xSet.is(),"No resultset from statement!"); - return m_xSet->next() + return m_xSet->next(); } // ----------------------------------------------------------------------------- -- cgit