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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from s...@openoffice.org Mon Aug 10 13:02:15 +0000 
2009 -------
Fixed as http://hg.services.openoffice.org/hg/cws/sb113 -r 29de35fc9554.  Due to
Java's erasure semantics, the solution requires one to write

  XDesktop xDesktop = UnoRuntime.queryInterface(XDesktop.class, xInterface);

instead of

  XDesktop xDesktop = UnoRuntime.queryInterface<XDesktop>(xInterface);

---------------------------------------------------------------------
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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to