To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35913





------- Additional comments from [EMAIL PROTECTED] Fri Sep 19 10:23:53 +0000 
2008 -------
> > - Eike's suggestion "Multiline meMultiline : 2" doesn't work with MSVC, 
> > because
> > it uses (signed) int as the default underlying type for enums.
> 
> I simply removed the trailing :2 size specifier.  Will this be enough?

That would add 4 bytes to every formula cell of which 30 bit are
unused.. which was the reason I suggested to add to the bit field
instead where we have some unused space left. Better would be

    typedef unsigned char Multiline;
    const Multiline MULTILINE_UNKNOWN = 0;
    ...
    Multiline meMultiline :2;


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to