[PATCH] IDE: sal_Bool to bool

János Uray uray.janos at gmail.com
Mon Aug 6 23:51:16 PDT 2012


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.)
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.
(The patch requires [PATCH] Basic IDE Object Catalog
improvements<http://lists.freedesktop.org/archives/libreoffice/2012-August/036335.html>.)

Uray M. János
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120807/0dd6bf25/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-IDE-sal_Bool-to-bool.patch
Type: text/x-patch
Size: 144951 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120807/0dd6bf25/attachment-0001.bin>


More information about the LibreOffice mailing list