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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|sb                        |jl
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Dec  6 05:16:43 -0800 
2006 -------
@jl:  The problem is the Any ctor in svtools/source/java/javacontext.cxx:1.5 l.
87 (and similarly in l. 89).  For an interface type, the passed-in void* must
not be XInterface*, but rather Reference<XInterface>*.

However, for fixing this, it might be better to use either the template<T>Any(T
const&) ctor (with T = Reference<XInterface>), or cppuhelper/queryinterface.hxx,
or reconsider whether the comment at svtools/inc/javacontext.hxx:1.4 l. 53 is
still valid and use cppu::WeakImplHelper instead.

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