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

Fix MSVC build

Change-Id: Ibbcb6141cc8941dd4a40d9460e1d83550f21e9cc
üst d4e24251
......@@ -777,7 +777,7 @@ void OTableEditorCtrl::InsertRows( long nRow )
TransferableDataHelper aTransferData(TransferableDataHelper::CreateFromSystemClipboard(GetParent()));
if(aTransferData.HasFormat(SotClipboardFormatId::SBA_TABED))
{
tools::SvRef<SotStorageStream> aStreamRef;
::tools::SvRef<SotStorageStream> aStreamRef;
bool bOk = aTransferData.GetSotStorageStream(SotClipboardFormatId::SBA_TABED,aStreamRef);
if (bOk && aStreamRef.Is())
{
......
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