Kaydet (Commit) 5f3bd179 authored tarafından Noel Power's avatar Noel Power

fix for fdo#38544 enable Object/Edit menu item for ole/embedded objects

üst e0c0d1b2
...@@ -487,7 +487,7 @@ void ScDrawView::MarkListHasChanged() ...@@ -487,7 +487,7 @@ void ScDrawView::MarkListHasChanged()
uno::Reference < embed::XEmbeddedObject > xObj = pOle2Obj->GetObjRef(); uno::Reference < embed::XEmbeddedObject > xObj = pOle2Obj->GetObjRef();
OSL_ENSURE( xObj.is(), "SdrOle2Obj ohne ObjRef" ); OSL_ENSURE( xObj.is(), "SdrOle2Obj ohne ObjRef" );
if (xObj.is()) if (xObj.is())
xObj->getSupportedVerbs(); aVerbs = xObj->getSupportedVerbs();
} }
pViewSh->SetVerbs( aVerbs ); pViewSh->SetVerbs( aVerbs );
......
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