diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2012-01-18 13:51:14 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2012-01-18 13:55:45 +0100 |
commit | ef08c38172f0a19063759a52dd94b70ebd962ed4 (patch) | |
tree | 73a6d3279a14b5727ee8d27ded5a93ef2279dc15 /dbaccess/source | |
parent | 773668c6ab0963f56f98270b29d595f5df7c4bb2 (diff) |
Oups... where is my brown paper bag?
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/core/api/KeySet.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } // ----------------------------------------------------------------------------- |