[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Aug 22 20:56:53 PDT 2012


 sc/source/core/data/dpobject.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit ace165680f07a118e0d5dcea3fc844fbdd3c6b23
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed Aug 22 23:56:33 2012 -0400

    We assume that this uno interface exists. No need to check it.
    
    Change-Id: Iee2125204106c49e5b8670d9cba95f3dcf3571f8

diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 4918b68..a34272d 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


More information about the Libreoffice-commits mailing list