To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42533
User os changed the following:
What |Old value |New value
================================================================================
Assigned to|os |mba
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri May 13 04:38:16 -0700
2005 -------
The filter is absolutely innocent. It is able to work without parameters.
The problem is that the text/encoded filter has a UIComponent configured and
that in SfxObjectShell::HandleFilter() this leads to the abortion of the
loading.
...
com::sun::star::uno::Reference< XInteractionRequest > rRequest( pFORequest );
rHandler->handle( rRequest );
if ( !pFORequest->isAbort() )
{
...
pFORequest->isAbort() returns false and that's why the document isn't loaded.
---------------------------------------------------------------------
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]