summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/conttree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/conttree.hxx')
-rw-r--r--sw/source/uibase/inc/conttree.hxx4
1 files changed, 2 insertions, 2 deletions
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);