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





------- Additional comments from [EMAIL PROTECTED] Tue Sep 27 14:21:33 -0700 
2005 -------
I've been able to duplicate this now using the production version of Writer.  I
will attach the original sxw file and the post-processing rtf version which
Writer cannot open.  The code used to save the output document is as follows:

      SaveProps := VarArrayCreate([0,1],VarVariant);
      A.Name := 'FilterName';
      A.Value := 'Rich Text Format';
      B.Name := 'Overwrite';
      B.Value := True;
      SaveProps[0] := A;
      SaveProps[1] := B;
      TempFile := ChangeFileExt(TempFile,'.rtf');
      document.storeToURL(TempFile,SaveProps);



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