summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/undosqledit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/undosqledit.hxx')
-rw-r--r--dbaccess/source/ui/inc/undosqledit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/undosqledit.hxx b/dbaccess/source/ui/inc/undosqledit.hxx
index 2cb768c497a2..e9307c66c599 100644
--- a/dbaccess/source/ui/inc/undosqledit.hxx
+++ b/dbaccess/source/ui/inc/undosqledit.hxx
@@ -32,8 +32,8 @@ namespace dbaui
OSqlEdit* m_pOwner;
OUString m_strNextText;
- virtual void Undo() { ToggleText(); }
- virtual void Redo() { ToggleText(); }
+ virtual void Undo() SAL_OVERRIDE { ToggleText(); }
+ virtual void Redo() SAL_OVERRIDE { ToggleText(); }
void ToggleText();
public: