To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53818
------- Additional comments from [EMAIL PROTECTED] Fri Aug 26 02:20:18 -0700
2005 -------
of course typing return before finishing writing the issue is not good.
so,
void setValue( Any& value )
{
Sequence< Sequence < Any > > aSeq;
//Sequence< Sequence< OUString > > aSeq; // this works, above failes
if ( ( value >>= aSeq ) == sal_True )
{
OSL_TRACE("I Succeeded");
}
else
{
OSL_TRACE("I failed :-(")
}
}
note: the code above most certainly wont compile, just for illustration... but
you get the idea?
---------------------------------------------------------------------
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]