To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86883
User oj changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Mar 11 06:19:49 +0000
2008 -------
Please replace the line 706 with the following
uno::Reference<document::XStorageBasedDocument> xDoc;
if ( pModel )
xDoc.set(pModel->getUnoModel(),uno::UNO_QUERY);
and the the line 1965 with
uno::Reference<frame::XModel> xDoc;
if ( pModel )
xDoc.set(pModel->getUnoModel(),uno::UNO_QUERY);
return xDoc;
- oj
---------------------------------------------------------------------
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]