summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-26 14:04:43 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-26 14:04:43 +0200
commite29a7ff18771eea77b385efc517baa6204df37f9 (patch)
treee2c1791cae0f16cbbf13d2ca623cabc1d7808545 /pyuno
parent7f9a65862b37ee1fa596916ceb7c243e04612499 (diff)
loplugin:salbool
Change-Id: I9975a87f6df2b7a79c376130864e9eb54bc3452b
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_iterator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_iterator.cxx b/pyuno/source/module/pyuno_iterator.cxx
index f9dd8d0904d6..9fa79719f093 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