summaryrefslogtreecommitdiff
path: root/cui/source/inc/newtabledlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/newtabledlg.hxx')
-rw-r--r--cui/source/inc/newtabledlg.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/inc/newtabledlg.hxx b/cui/source/inc/newtabledlg.hxx
index 394d04265344..7ae311eeed70 100644
--- a/cui/source/inc/newtabledlg.hxx
+++ b/cui/source/inc/newtabledlg.hxx
@@ -37,10 +37,10 @@ public:
SvxNewTableDialog( vcl::Window* pWindow );
virtual ~SvxNewTableDialog();
- virtual short Execute() SAL_OVERRIDE;
+ virtual short Execute() override;
- virtual sal_Int32 getRows() const SAL_OVERRIDE;
- virtual sal_Int32 getColumns() const SAL_OVERRIDE;
+ virtual sal_Int32 getRows() const override;
+ virtual sal_Int32 getColumns() const override;
};
#endif // INCLUDED_CUI_SOURCE_INC_NEWTABLEDLG_HXX