summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/GeneralUndo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/GeneralUndo.hxx')
-rw-r--r--dbaccess/source/ui/inc/GeneralUndo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/GeneralUndo.hxx b/dbaccess/source/ui/inc/GeneralUndo.hxx
index 3332e77b1c43..348911878e03 100644
--- a/dbaccess/source/ui/inc/GeneralUndo.hxx
+++ b/dbaccess/source/ui/inc/GeneralUndo.hxx
@@ -38,7 +38,7 @@ namespace dbaui
TYPEINFO_OVERRIDE();
OCommentUndoAction(sal_uInt16 nCommentID) { m_strComment = OUString(ModuleRes(nCommentID)); }
- virtual OUString GetComment() const SAL_OVERRIDE { return m_strComment; }
+ virtual OUString GetComment() const override { return m_strComment; }
};
}
#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_GENERALUNDO_HXX