summaryrefslogtreecommitdiff
path: root/sw/source/core/uibase/inc/condedit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/uibase/inc/condedit.hxx')
-rw-r--r--sw/source/core/uibase/inc/condedit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/uibase/inc/condedit.hxx b/sw/source/core/uibase/inc/condedit.hxx
index 514a23e58c55..0a9d386c104f 100644
--- a/sw/source/core/uibase/inc/condedit.hxx
+++ b/sw/source/core/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_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
+ SAL_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) SAL_OVERRIDE;
+ SAL_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) SAL_OVERRIDE;
public:
ConditionEdit(Window* pParent, WinBits nStyle);