diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-30 11:29:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-04-30 12:21:50 +0200 |
commit | 5efd34eabcbd374f0f06cac12b7b25f955db7965 (patch) | |
tree | 7620ad55c72af34e08c740d134638b6b60357de1 /sc/source/ui/cctrl | |
parent | 97e85db82e56c3d1cba6fb10842ffb85cd804a8d (diff) |
loplugin:makeshared in sc
Change-Id: I512d05ea24c519c25f03a35842e362bf23f05693
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93198
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/checklistmenu.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index f892851a087c..69903842c2f0 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -46,7 +46,6 @@ using ::com::sun::star::accessibility::XAccessibleContext; ScMenuFloatingWindow::MenuItemData::MenuItemData() : mbEnabled(true), mbSeparator(false), - mpAction(static_cast<ScCheckListMenuWindow::Action*>(nullptr)), mpSubMenuWin(static_cast<ScMenuFloatingWindow*>(nullptr)) { } |