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


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Dec  9 16:30:51 +0000 
2008 -------
Looking at it again ...

if ( pFieldType.get() && !pFieldType->bNullable || !pFieldDescr->IsNullable() )

Note that there are a pFieldType and a pFieldDescr, so in fact the proper patch
is replacing this with something like

if ( ( pFieldType.get() && !pFieldType->bNullable ) ||
     !pFieldDescr->IsNullable() )

Committed to CWS dba31g, as revision 265120.

---------------------------------------------------------------------
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