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 390145fd189f..37d1ce46bd28 100644
--- a/cui/source/inc/newtabledlg.hxx
+++ b/cui/source/inc/newtabledlg.hxx
@@ -35,11 +35,11 @@ private:
public:
SvxNewTableDialog( Window* pWindow );
- virtual short Execute(void);
+ virtual short Execute(void) SAL_OVERRIDE;
virtual void Apply(void);
- virtual sal_Int32 getRows() const;
- virtual sal_Int32 getColumns() const;
+ virtual sal_Int32 getRows() const SAL_OVERRIDE;
+ virtual sal_Int32 getColumns() const SAL_OVERRIDE;
};
#endif // INCLUDED_CUI_SOURCE_INC_NEWTABLEDLG_HXX