summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/source/form/datanavi.cxx2
-rw-r--r--svx/source/inc/datanavi.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/form/datanavi.cxx b/svx/source/form/datanavi.cxx
index a76caa7b7c12..f6341523e8e9 100644
--- a/svx/source/form/datanavi.cxx
+++ b/svx/source/form/datanavi.cxx
@@ -248,7 +248,7 @@ namespace svxform
return pMenu;
}
- void DataTreeListBox::ExcecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry )
+ void DataTreeListBox::ExecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry )
{
m_pXFormsPage->DoMenuAction( _nSelectedPopupEntry );
}
diff --git a/svx/source/inc/datanavi.hxx b/svx/source/inc/datanavi.hxx
index 1869711b5734..c4d8a0e45e97 100644
--- a/svx/source/inc/datanavi.hxx
+++ b/svx/source/inc/datanavi.hxx
@@ -120,7 +120,7 @@ namespace svxform
virtual void dispose() override;
virtual std::unique_ptr<PopupMenu> CreateContextMenu() override;
- virtual void ExcecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry ) override;
+ virtual void ExecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry ) override;
virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) override;
virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override;
virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel ) override;