summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationList.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-05-12 22:24:13 +0200
committerJulien Nabet <serval2412@yahoo.fr>2016-05-13 05:07:44 +0000
commite809b97b63c16326ef45c8e41c428c9fb7f49c4d (patch)
tree540f023564085fed603d84d39736a8525c7f532e /sd/source/ui/animations/CustomAnimationList.cxx
parent55a07f3e9160ff5a1dffd4228f6e1bcf3e23922f (diff)
Typo: ExcecuteContextMenuAction->ExecuteContextMenuAction
Change-Id: Ifb121344a8f235d71bab33c03808e3f44d7bee7c Reviewed-on: https://gerrit.libreoffice.org/24942 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationList.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.cxx b/sd/source/ui/animations/CustomAnimationList.cxx
index aceffd20bdcb..ddb14db39d0d 100644
--- a/sd/source/ui/animations/CustomAnimationList.cxx
+++ b/sd/source/ui/animations/CustomAnimationList.cxx
@@ -947,7 +947,7 @@ std::unique_ptr<PopupMenu> CustomAnimationList::CreateContextMenu()
return pMenu;
}
-void CustomAnimationList::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
+void CustomAnimationList::ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
{
mpController->onContextMenu( nSelectedPopupEntry );
}