summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-06-23 14:33:42 +0000
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-06-23 21:08:03 +0200
commit026c16f0d00323a1b1bf536ccca74bec8fa7f66d (patch)
tree80888245b028a99fb0656945181c999f32456b38
parent145e3d196f9b86de32a9095811433fd941aace50 (diff)
fix for fdo#38544 enable Object/Edit menu item for ole/embedded objects
Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sc/source/ui/view/drawview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index a75dfd83b..02787e8ab 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -487,7 +487,7 @@ void ScDrawView::MarkListHasChanged()
uno::Reference < embed::XEmbeddedObject > xObj = pOle2Obj->GetObjRef();
DBG_ASSERT( xObj.is(), "SdrOle2Obj ohne ObjRef" );
if (xObj.is())
- xObj->getSupportedVerbs();
+ aVerbs = xObj->getSupportedVerbs();
}
pViewSh->SetVerbs( aVerbs );