summaryrefslogtreecommitdiff
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
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>
-rw-r--r--dbaccess/source/ui/control/dbtreelistbox.cxx2
-rw-r--r--dbaccess/source/ui/inc/dbtreelistbox.hxx2
-rw-r--r--include/svtools/treelistbox.hxx2
-rw-r--r--sd/source/ui/animations/CustomAnimationList.cxx2
-rw-r--r--sd/source/ui/animations/CustomAnimationList.hxx2
-rw-r--r--svtools/source/contnr/fileview.cxx4
-rw-r--r--svtools/source/contnr/svimpbox.cxx2
-rw-r--r--svtools/source/contnr/treelistbox.cxx4
-rw-r--r--svx/source/form/datanavi.cxx2
-rw-r--r--svx/source/inc/datanavi.hxx2
-rw-r--r--sw/source/uibase/inc/conttree.hxx4
-rw-r--r--sw/source/uibase/utlui/content.cxx2
-rw-r--r--sw/source/uibase/utlui/glbltree.cxx4
13 files changed, 17 insertions, 17 deletions
diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx
index 98726361e3d0..5fefdad6ac18 100644
--- a/dbaccess/source/ui/control/dbtreelistbox.cxx
+++ b/dbaccess/source/ui/control/dbtreelistbox.cxx
@@ -635,7 +635,7 @@ std::unique_ptr<PopupMenu> DBTreeListBox::CreateContextMenu()
return pContextMenu;
}
-void DBTreeListBox::ExcecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry )
+void DBTreeListBox::ExecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry )
{
if ( m_pContextMenuProvider && _nSelectedPopupEntry )
m_pContextMenuProvider->getCommandController().executeChecked( _nSelectedPopupEntry, Sequence< PropertyValue >() );
diff --git a/dbaccess/source/ui/inc/dbtreelistbox.hxx b/dbaccess/source/ui/inc/dbtreelistbox.hxx
index 7df484b95eae..21723a70ad7f 100644
--- a/dbaccess/source/ui/inc/dbtreelistbox.hxx
+++ b/dbaccess/source/ui/inc/dbtreelistbox.hxx
@@ -112,7 +112,7 @@ namespace dbaui
virtual bool DoubleClickHdl() override;
virtual std::unique_ptr<PopupMenu> CreateContextMenu() override;
- virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override;
+ virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override;
void SetEnterKeyHdl(const Link<DBTreeListBox*,void>& rNewHdl) {m_aEnterKeyHdl = rNewHdl;}
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 4ce6da90f46b..003122b30fb6 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -786,7 +786,7 @@ public:
void InitStartEntry();
virtual std::unique_ptr<PopupMenu> CreateContextMenu();
- virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry );
+ virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry );
void EnableContextMenuHandling();
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;
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index cd4d62482457..d7b4a8900910 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -205,7 +205,7 @@ public:
DECL_LINK_TYPED(ResetQuickSearch_Impl, Timer *, void);
virtual std::unique_ptr<PopupMenu> CreateContextMenu() override;
- virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopentry ) override;
+ virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopentry ) override;
};
// provides a list of _unique_ Entries
@@ -711,7 +711,7 @@ std::unique_ptr<PopupMenu> ViewTabListBox_Impl::CreateContextMenu()
}
-void ViewTabListBox_Impl::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
+void ViewTabListBox_Impl::ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
{
switch ( nSelectedPopupEntry )
{
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index d180559ef72e..c5623554e210 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -3030,7 +3030,7 @@ void SvImpLBox::Command( const CommandEvent& rCEvt )
// do action for selected entry in popup menu
sal_uInt16 nMenuAction = pPopup->Execute( pView, aPopupPos );
if ( nMenuAction )
- pView->ExcecuteContextMenuAction( nMenuAction );
+ pView->ExecuteContextMenuAction( nMenuAction );
lcl_DeleteSubPopups(pPopup.get());
}
}
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()
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;
diff --git a/sw/source/uibase/inc/conttree.hxx b/sw/source/uibase/inc/conttree.hxx
index 7cf73e1a0fb1..e496137bf292 100644
--- a/sw/source/uibase/inc/conttree.hxx
+++ b/sw/source/uibase/inc/conttree.hxx
@@ -153,7 +153,7 @@ protected:
static void SetInDrag(bool bSet) {bIsInDrag = bSet;}
virtual std::unique_ptr<PopupMenu> CreateContextMenu() override;
- virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override;
+ virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override;
public:
SwContentTree(vcl::Window* pParent, const ResId& rResId);
@@ -327,7 +327,7 @@ protected:
DECL_STATIC_LINK_TYPED(SwGlobalTree, ShowFrameHdl, void*, void);
virtual std::unique_ptr<PopupMenu> CreateContextMenu() override;
- virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override;
+ virtual void ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) override;
public:
SwGlobalTree(vcl::Window* pParent, const ResId& rResId);
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index a46822aa690c..e1038a4f215b 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2849,7 +2849,7 @@ void SwContentTree::RequestHelp( const HelpEvent& rHEvt )
Window::RequestHelp( rHEvt );
}
-void SwContentTree::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
+void SwContentTree::ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
{
SvTreeListEntry* pFirst = FirstSelected();
switch( nSelectedPopupEntry )
diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx
index 2bea8e8d2736..9aaee86d7bbf 100644
--- a/sw/source/uibase/utlui/glbltree.cxx
+++ b/sw/source/uibase/utlui/glbltree.cxx
@@ -770,11 +770,11 @@ void SwGlobalTree::EditContent(const SwGlblDocContent* pCont )
IMPL_LINK_TYPED( SwGlobalTree, PopupHdl, Menu* , pMenu, bool)
{
- ExcecuteContextMenuAction( pMenu->GetCurItemId());
+ ExecuteContextMenuAction( pMenu->GetCurItemId());
return true;
}
-void SwGlobalTree::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
+void SwGlobalTree::ExecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry )
{
SvTreeListEntry* pEntry = FirstSelected();
SwGlblDocContent* pCont = pEntry ? static_cast<SwGlblDocContent*>(pEntry->GetUserData()) : nullptr;