Kaydet (Commit) d05ae550 authored tarafından Caolán McNamara's avatar Caolán McNamara

crashtesting: failure on File_1404.docx

Change-Id: Id984cc1f5954be38fbe3a1a15bfe811d7cdfe99d
üst c1774eb6
......@@ -236,6 +236,8 @@ void OLEHandler::importStream(uno::Reference<uno::XComponentContext> xComponentC
uno::Reference<document::XImporter> xImporter(xInterface, uno::UNO_QUERY);
uno::Reference<document::XEmbeddedObjectSupplier> xSupplier(xOLE, uno::UNO_QUERY);
uno::Reference<lang::XComponent> xEmbeddedObject(xSupplier->getEmbeddedObject(), uno::UNO_QUERY);
if (!xEmbeddedObject.is())
return;
xImporter->setTargetDocument( xEmbeddedObject );
// Import the input stream.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment