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





------- Additional comments from [EMAIL PROTECTED] Tue Jul 26 16:27:46 -0700 
2005 -------
I am very confused about this function:

void IGNORE_COM_ERRORS( IDispatch *pSheet, const TCHAR *name, DATE value)
{
  VARIANT val;
  VariantInit( &val);
  val.vt = VT_DATE | VT_BYREF;
  val.pdate = &value;
  IGNORE_COM_ERRORS( pSheet, name, val);
}

Maybe I am blind this late hour of the night, but this seems like something
really bad to me (does your code ever exit?)

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