[ooo-build-bugs] [Bug 30642] New: [PATCH] Convert FASTBOOL to bool everywhere but binfilter
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 6 00:07:41 PDT 2010
https://bugs.freedesktop.org/show_bug.cgi?id=30642
Summary: [PATCH] Convert FASTBOOL to bool everywhere but
binfilter
Product: LibreOffice
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: trivial
Priority: medium
Component: libreoffice
AssignedTo: ooo-build-bugs at lists.freedesktop.org
ReportedBy: nthiebaud at gmail.com
These patches remove FASTBOOL everywhere but in binfilter (binfilter
has more FASTBOOL use than the rest of the project combined)
All FASTBOOL are converted into bool, except a couple of API that are
left as int
I made 1 patch per git repo. (For Cedric confort :-) )
There are 2 patches for libs-core. of for straight FASTBOOL to bool
conversion, and one where I removed the use for the FASTBOOL
altogether while tweaking the code to avoid hard-coded array size
constant.
I have compiled them together and vtable-check diff comes back empty.
but It is very doubtful that a partial apply will work.
the patch build_0001....
is a patch on the patches directory of the build git repo. this one
has NOT been tested.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the ooo-build-bugs
mailing list