To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48989
                  Issue #:|48989
                  Summary:|Export to PDF fails when domument loaded Hidden
                Component:|Word processor
                  Version:|680m95
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|mru
              Reported by:|mr_than





------- Additional comments from [EMAIL PROTECTED] Mon May  9 23:03:27 -0700 
2005 -------
When the following loader properties are used to create a document from a 
template

PropertyValue[] loadProps = new PropertyValue[2];
loadProps[0] = new PropertyValue();
loadProps[0].Name = "AsTemplate";
loadProps[0].Value = new Boolean(true);
loadProps[1] = new PropertyValue();
loadProps[1].Name = "Hidden";
loadProps[1].Value = new Boolean(true);

It will often fail to export the document to PDF successfully. Many times
soffice will hang and eventually recovery will commence. I don't get and
exception or error message most times however ccassionally it will end with 
error:

Error 2625 in soffice.BIN

Pure virtual function call

Most times the PDF *is* produced and opens correctly but OOo crashes anyway.

If I comment out the Hidden = true loader property it runs successfully without
error. I've found this is occurring with 68m91, 3, 95 and 100 at this stage. I
didn't have this problem with earlier milestones.

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