From e809b97b63c16326ef45c8e41c428c9fb7f49c4d Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 12 May 2016 22:24:13 +0200 Subject: Typo: ExcecuteContextMenuAction->ExecuteContextMenuAction Change-Id: Ifb121344a8f235d71bab33c03808e3f44d7bee7c Reviewed-on: https://gerrit.libreoffice.org/24942 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sd/source/ui/animations/CustomAnimationList.cxx | 2 +- sd/source/ui/animations/CustomAnimationList.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sd/source') 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 CustomAnimationList::CreateContextMenu() return pMenu; } -void CustomAnimationList::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) +void CustomAnimationList::ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) { mpController->onContextMenu( nSelectedPopupEntry ); } diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index e72bf4bfc3c6..dcbbf6b42217 100644 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -77,7 +77,7 @@ public: virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& rRect ) override; virtual std::unique_ptr CreateContextMenu() override; - virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override; + virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override; virtual void KeyInput( const KeyEvent& rKEvt ) override; -- cgit