[Libreoffice] [LibreOffice] [Patch] Fix for i#108228: Bool has negative sign when used in Writer formula expression
Joe Smith
jes at martnet.com
Thu Dec 9 10:44:07 PST 2010
Mattias Johnsson <m.t.johnsson at ...> writes:
>
> Fix for http://qa.openoffice.org/issues/show_bug.cgi?id=108228.
>
> ... It
> turns out the reason for this is buried in sbxdef.hxx, where we have
>
> // The numeric values of TRUE and FALSE
> enum SbxBOOL { SbxFALSE = 0, SbxTRUE = -1 };
>
> ...
Hey, that's my bug ;-)
I'm amazed that anyone actually took the time to look into this little quirk.
Heck, I'm almost embarrassed that I took the time to report it.
Well, anyway, nice work, well done, and thanks!
<Joe
More information about the LibreOffice
mailing list