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





------- Additional comments from [EMAIL PROTECTED] Wed Mar 19 16:10:25 +0000 
2008 -------
Where does your vFrameDoc parameter come from? Are you using
desktop.getCurrentFrame(), or are you getting it from the spreadsheet document
itself (vDocSrc) ?

If you're not already doing this, try converting the spreadsheet to an XModel
and get the frame from that:

  XModel model = (XModel) UnoRuntime.queryInterface(XModel.class, vDocSrc);
  XFrame frame = model.getCurrentController().getFrame();

and use frame instead of vFrameDoc.

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