Kaydet (Commit) 38a809d9 authored tarafından Michael Stahl's avatar Michael Stahl

embeddedobj: try to make MSVC happy

Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9
üst b9508dd5
...@@ -1054,7 +1054,7 @@ void OleEmbeddedObject::StoreObjectToStream( uno::Reference< io::XOutputStream > ...@@ -1054,7 +1054,7 @@ void OleEmbeddedObject::StoreObjectToStream( uno::Reference< io::XOutputStream >
throw uno::RuntimeException(); throw uno::RuntimeException();
// open temporary file for reading // open temporary file for reading
uno::Reference < ucb::XSimpleFileAccess > xTempAccess( uno::Reference < ucb::XSimpleFileAccess2 > xTempAccess(
ucb::SimpleFileAccess::create( comphelper::ComponentContext(m_xFactory).getUNOContext() ) ); ucb::SimpleFileAccess::create( comphelper::ComponentContext(m_xFactory).getUNOContext() ) );
uno::Reference< io::XInputStream > xTempInStream = xTempAccess->openFileRead( m_aTempURL ); uno::Reference< io::XInputStream > xTempInStream = xTempAccess->openFileRead( m_aTempURL );
......
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