summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/condedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/condedit.hxx')
-rw-r--r--sw/source/uibase/inc/condedit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/condedit.hxx b/sw/source/uibase/inc/condedit.hxx
index a188f1256856..b21f1087d1a0 100644
--- a/sw/source/uibase/inc/condedit.hxx
+++ b/sw/source/uibase/inc/condedit.hxx
@@ -27,8 +27,8 @@ class SW_DLLPUBLIC ConditionEdit : public Edit, public DropTargetHelper
{
bool bBrackets, bEnableDrop;
- SAL_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) SAL_OVERRIDE;
- SAL_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) SAL_OVERRIDE;
+ SAL_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) override;
+ SAL_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override;
public:
ConditionEdit(vcl::Window* pParent, WinBits nStyle);