[Libreoffice-commits] core.git: pyuno/source

Stephan Bergmann sbergman at redhat.com
Fri Jun 26 05:05:15 PDT 2015


 pyuno/source/module/pyuno_iterator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e29a7ff18771eea77b385efc517baa6204df37f9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Jun 26 14:04:43 2015 +0200

    loplugin:salbool
    
    Change-Id: I9975a87f6df2b7a79c376130864e9eb54bc3452b

diff --git a/pyuno/source/module/pyuno_iterator.cxx b/pyuno/source/module/pyuno_iterator.cxx
index f9dd8d0..9fa7971 100644
--- a/pyuno/source/module/pyuno_iterator.cxx
+++ b/pyuno/source/module/pyuno_iterator.cxx
@@ -63,7 +63,7 @@ PyObject* PyUNO_iterator_next( PyObject *self )
     PyUNO_iterator* me = reinterpret_cast<PyUNO_iterator*>(self);
 
     Runtime runtime;
-    sal_Bool hasMoreElements = sal_False;
+    bool hasMoreElements = false;
     Any aRet;
 
     try


More information about the Libreoffice-commits mailing list