summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-01-18 13:51:14 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-01-18 13:55:45 +0100
commitef08c38172f0a19063759a52dd94b70ebd962ed4 (patch)
tree73a6d3279a14b5727ee8d27ded5a93ef2279dc15 /dbaccess
parent773668c6ab0963f56f98270b29d595f5df7c4bb2 (diff)
Oups... where is my brown paper bag?
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/KeySet.cxx2
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();
}
// -----------------------------------------------------------------------------