[Libreoffice-commits] core.git: dbaccess/source include/svtools sd/source svtools/source svx/source sw/source

Julien Nabet serval2412 at yahoo.fr
Fri May 13 05:08:12 UTC 2016


 dbaccess/source/ui/control/dbtreelistbox.cxx    |    2 +-
 dbaccess/source/ui/inc/dbtreelistbox.hxx        |    2 +-
 include/svtools/treelistbox.hxx                 |    2 +-
 sd/source/ui/animations/CustomAnimationList.cxx |    2 +-
 sd/source/ui/animations/CustomAnimationList.hxx |    2 +-
 svtools/source/contnr/fileview.cxx              |    4 ++--
 svtools/source/contnr/svimpbox.cxx              |    2 +-
 svtools/source/contnr/treelistbox.cxx           |    4 ++--
 svx/source/form/datanavi.cxx                    |    2 +-
 svx/source/inc/datanavi.hxx                     |    2 +-
 sw/source/uibase/inc/conttree.hxx               |    4 ++--
 sw/source/uibase/utlui/content.cxx              |    2 +-
 sw/source/uibase/utlui/glbltree.cxx             |    4 ++--
 13 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit e809b97b63c16326ef45c8e41c428c9fb7f49c4d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu May 12 22:24:13 2016 +0200

    Typo: ExcecuteContextMenuAction->ExecuteContextMenuAction
    
    Change-Id: Ifb121344a8f235d71bab33c03808e3f44d7bee7c
    Reviewed-on: https://gerrit.libreoffice.org/24942
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx
index 9872636..5fefdad 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 7df484b..21723a7 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 4ce6da9..003122b 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 aceffd2..ddb14db 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 e72bf4b..dcbbf6b 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 cd4d624..d7b4a89 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 d180559..c562355 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 a7e291d..3008069 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 a76caa7..f634152 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 1869711..c4d8a0e 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 7cf73e1..e496137 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 a46822a..e1038a4 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 2bea8e8..9aaee86 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;


More information about the Libreoffice-commits mailing list