Kaydet (Commit) e29a7ff1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salbool

Change-Id: I9975a87f6df2b7a79c376130864e9eb54bc3452b
üst 7f9a6586
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment