summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/popbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/popbox.hxx')
-rw-r--r--sw/source/uibase/inc/popbox.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/popbox.hxx b/sw/source/uibase/inc/popbox.hxx
index e4b0c66f96f1..43b6ce338e74 100644
--- a/sw/source/uibase/inc/popbox.hxx
+++ b/sw/source/uibase/inc/popbox.hxx
@@ -31,9 +31,9 @@ class SwHelpToolBox: public ToolBox, public DropTargetHelper
using ToolBox::DoubleClick;
protected:
- virtual void MouseButtonDown(const MouseEvent &rEvt) SAL_OVERRIDE;
- virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) SAL_OVERRIDE;
- virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) SAL_OVERRIDE;
+ virtual void MouseButtonDown(const MouseEvent &rEvt) override;
+ virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) override;
+ virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override;
public:
SwHelpToolBox(SwNavigationPI* pParent, const ResId &);