diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-11 09:53:51 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-14 10:00:43 +0200 |
commit | 6532cb0e5ec3a59c248b332e868c4c03c31659f1 (patch) | |
tree | d855f456bd5a1e2aadc3be54e92094c9ed53c2f6 /sc | |
parent | bcb5756cb0997923ea565459440767e22ce34e7d (diff) |
ImplCallEventListeners and FireVclEvent can take references
Change-Id: Ibfb5ae40edd0db1f6b99bd5178d4d871ede37d7d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |