pyuno/source/module/pyuno_iterator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e29a7ff18771eea77b385efc517baa6204df37f9 Author: Stephan Bergmann <sberg...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits