summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-08-22 23:56:33 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-08-22 23:56:33 -0400
commitace165680f07a118e0d5dcea3fc844fbdd3c6b23 (patch)
tree07063c7650b00e209238cc7e1d1c350a3e05f56b /sc
parent198ccdf00ee2d9defa1114c4aba6ddcf83418237 (diff)
We assume that this uno interface exists. No need to check it.
Change-Id: Iee2125204106c49e5b8670d9cba95f3dcf3571f8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dpobject.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 4918b68eced7..a34272d656cd 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -175,8 +175,7 @@ bool DBConnector::next()
void DBConnector::finish()
{
- if (mxRowSet.is())
- mxRowSet->beforeFirst();
+ mxRowSet->beforeFirst();
}
long DBConnector::getColumnCount() const