https://bugs.freedesktop.org/show_bug.cgi?id=81125

--- Comment #2 from Stephan Förderung <[email protected]> ---
We have the same problem!

It's easy to verify. In LibreOffice SDK in the OfficeBean project part, there
is a small test class loading an empty writer document: "bean/test/Test.java"

Please change the code which is loading the document from:

b.loadFromURL("private:factory/swriter", null);

to 

java.io.FileInputStream fis = new java.io.FileInputStream( "/temp/test.odt");
b.loadFromStream( fis, null );

I have attached the full java class for convenience. Create a test document of
your choice in "/temp/test.odt", run the test and see it fail. The returned
XComponent is null!

We have an application in healthcare business with ~5000 daily users. Please
help! They can't work with LO now!

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to