summaryrefslogtreecommitdiff
path: root/svx/source/form
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/source/form
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/source/form')
-rw-r--r--svx/source/form/datanavi.cxx2
1 files changed, 1 insertions, 1 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 );
}