From 6532cb0e5ec3a59c248b332e868c4c03c31659f1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Sep 2015 09:53:51 +0200 Subject: ImplCallEventListeners and FireVclEvent can take references Change-Id: Ibfb5ae40edd0db1f6b99bd5178d4d871ede37d7d --- sc/source/ui/cctrl/checklistmenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/ui') diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index b917770965cd..4fae698269fa 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -779,7 +779,7 @@ void ScMenuFloatingWindow::fireMenuHighlightedEvent() return; VclAccessibleEvent aEvent(VCLEVENT_MENU_HIGHLIGHT, xAccMenu); - FireVclEvent(&aEvent); + FireVclEvent(aEvent); } void ScMenuFloatingWindow::setSubMenuFocused(ScMenuFloatingWindow* pSubMenu) -- cgit