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

vexing parse

Change-Id: I6c91d94f7eec6001980fb221891157d1e436e1fb
üst 63fccb11
......@@ -658,7 +658,7 @@ bool SdTransferable::WriteObject( SotStorageStreamRef& rxOStm, void* pObject, So
void SdTransferable::DragFinished( sal_Int8 nDropAction )
{
if( mpSdView )
const_cast<::sd::View*>(mpSdView)->DragFinished( nDropAction );
const_cast< ::sd::View* >(mpSdView)->DragFinished( nDropAction );
}
void SdTransferable::ObjectReleased()
......
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