To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58332
------- Additional comments from [EMAIL PROTECTED] Thu Dec 1 08:54:24 -0800
2005 -------
I'll try with
- int operator () ( const PyRef &r) const { return (int) r.get(); }
+ sal_IntPtr operator () ( const PyRef &r) const { return
sal_IntPtr( r.get() ); }
that looks to me like the cleanest solution after Martin's and your comment...
Wrt. the CWS, we plan one for small approved fixes like this one - IIRC pjanik
promised one after 2.0.1 ;-) - so we could commit there.
---------------------------------------------------------------------
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]