Kaydet (Commit) d4e24251 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Fix MSVC build

Change-Id: I73fdb73a26f49acf058fcc4ffaa1dbfa92bd7261
üst ed2e7fbc
......@@ -286,7 +286,7 @@ bool OTableCopyHelper::copyTagTable(const TransferableDataHelper& _aDroppedData
// now we need to copy the stream
::utl::TempFile aTmp;
_rAsyncDrop.aUrl = aTmp.GetURL();
tools::SvRef<SotStorageStream> aNew = new SotStorageStream( aTmp.GetFileName() );
::tools::SvRef<SotStorageStream> aNew = new SotStorageStream( aTmp.GetFileName() );
_rAsyncDrop.aHtmlRtfStorage->Seek(STREAM_SEEK_TO_BEGIN);
_rAsyncDrop.aHtmlRtfStorage->CopyTo( aNew );
aNew->Commit();
......
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