summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/treelistbox.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 /svtools/source/contnr/treelistbox.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 'svtools/source/contnr/treelistbox.cxx')
-rw-r--r--svtools/source/contnr/treelistbox.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/contnr/treelistbox.cxx b/svtools/source/contnr/treelistbox.cxx
index a7e291d08c46..30080695b258 100644
--- a/svtools/source/contnr/treelistbox.cxx
+++ b/svtools/source/contnr/treelistbox.cxx
@@ -3731,9 +3731,9 @@ std::unique_ptr<PopupMenu> SvTreeListBox::CreateContextMenu()
return nullptr;
}
-void SvTreeListBox::ExcecuteContextMenuAction( sal_uInt16 )
+void SvTreeListBox::ExecuteContextMenuAction( sal_uInt16 )
{
- SAL_INFO( "svtools", "SvTreeListBox::ExcecuteContextMenuAction(): now there's happening nothing!" );
+ SAL_INFO( "svtools", "SvTreeListBox::ExecuteContextMenuAction(): now there's happening nothing!" );
}
void SvTreeListBox::EnableContextMenuHandling()