diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2016-05-12 22:24:13 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2016-05-13 05:07:44 +0000 |
commit | e809b97b63c16326ef45c8e41c428c9fb7f49c4d (patch) | |
tree | 540f023564085fed603d84d39736a8525c7f532e /sd/source | |
parent | 55a07f3e9160ff5a1dffd4228f6e1bcf3e23922f (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')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.hxx | 2 |
2 files changed, 2 insertions, 2 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 ); } 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<PopupMenu> CreateContextMenu() override; - virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override; + virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override; virtual void KeyInput( const KeyEvent& rKEvt ) override; |