summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/rowht.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/rowht.hxx')
-rw-r--r--sw/source/uibase/inc/rowht.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/rowht.hxx b/sw/source/uibase/inc/rowht.hxx
index 9727c8d9d555..4dd2565287a6 100644
--- a/sw/source/uibase/inc/rowht.hxx
+++ b/sw/source/uibase/inc/rowht.hxx
@@ -33,12 +33,12 @@ class SwTableHeightDlg : public SvxStandardDialog
SwWrtShell &rSh;
protected:
- virtual void Apply() SAL_OVERRIDE;
+ virtual void Apply() override;
public:
SwTableHeightDlg( vcl::Window *pParent, SwWrtShell &rS );
virtual ~SwTableHeightDlg();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
};
#endif