To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90124
User dr changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Nov 25 16:20:20 +0000
2008 -------
fixed in DEV300/dr67. I changed the patch a bit to not use the temporary Any
anymore, but to create the Any on the fly:
xPropSet->setPropertyValue(WW8_ASCII2STR("HelpText"),
uno::Any(OUString(msToolTip)));
instead of
{
uno::Any aTmp(&msToolTip,getCppuType((OUString *)0));
xPropSet->setPropertyValue(WW8_ASCII2STR("HelpText"), aTmp);
}
This saves the explicit use of getCppuType... and 3 lines of code. :)
---------------------------------------------------------------------
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]