summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/formedt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/formedt.hxx')
-rw-r--r--sw/source/uibase/inc/formedt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/formedt.hxx b/sw/source/uibase/inc/formedt.hxx
index 1e938e22b925..cd74b450d46a 100644
--- a/sw/source/uibase/inc/formedt.hxx
+++ b/sw/source/uibase/inc/formedt.hxx
@@ -37,7 +37,7 @@ class SwForm;
// insert marker for index entry
class SwIdxFormDlg : public SvxStandardDialog
{
- void Apply() SAL_OVERRIDE;
+ void Apply() override;
VclPtr<ListBox> aEntryLB;
VclPtr<OKButton> aOKBtn;
@@ -65,7 +65,7 @@ class SwIdxFormDlg : public SvxStandardDialog
public:
SwIdxFormDlg( vcl::Window* pParent, SwWrtShell &rShell, const SwForm& rForm );
virtual ~SwIdxFormDlg();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
};
#endif