Issue 105515

Summary: PowerPoint document cannot be opened via UNO
Product: udk Reporter: holgeruhr <h.uhr>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 3.1.1   
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Example file which cannot be opened via UNO none

Description holgeruhr 2009-10-01 12:54:28 UTC
The attached very simple PowerPoint document can be opened for example by
clicking on the file icon. However, when opened via UNO (in Java), the returned
proxy object is null.

OpenOffice.org gets startet with

  soffice -headless -nologo -norestore -nocrashreport
accept='socket,host=0,tcpNoDelay=1,port=8100;urp'

The used method is 

  desktop.loadComponentFromURL ( "private:stream", 
                                 "_blank", 
                                 0,
                                 properties );

with the properties
  ReadOnly=true,
  UpdateDocMode=0,
  MacroExecutionMode=0,
  Hidden=true,
  InputStream= (an adapter object containing the bytes from the file)

The same method works flawlessly with a lot of other PowerPoint example files I
have, but not with this one.
Comment 1 holgeruhr 2009-10-01 12:56:24 UTC
Created attachment 65075 [details]
Example file which cannot be opened via UNO
Comment 2 kay.ramme 2009-10-01 15:20:58 UTC
Carsten, please have a look ...