This patch converts all occurences of sal_Bool, sal_True and sal_False in basctl to bool, true and false -- except in prototypes of virtual function overrides. (The virtual functions that are internal to basctl can be and was converted.)<br>
Note that since sal_Bool and bool are implicitly convertible to each other, for functions that take a sal_Bool (by value), true and false can be given too.<br>(The patch requires <a href="http://lists.freedesktop.org/archives/libreoffice/2012-August/036335.html">[PATCH] Basic IDE Object Catalog improvements</a> .)<br>
<br>Uray M. János<br><br>