Hi Fernand, > try by googling Loading Documents - MediaDescriptor RepairPackage
RepairPackage was the right Keyword: http://api.openoffice.org/docs/common/ref/com/sun/star/document/MediaDescriptor.html Adding the PropertyValue this way solved my problem: // In case a document is defect myProperties[1] = new PropertyValue(); myProperties[1].Name = "RepairPackage"; myProperties[1].Value = true; Greetings, Tobias --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
