formula/source/ui/dlg/ControlHelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4833f0f0bf80cc6adca4247cb30d9ef2a3fd23f5 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Nov 22 12:19:52 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Fri Nov 22 15:50:24 2019 +0100 mark with override Change-Id: Ia7e8093106136b54ea3908ebc355e01ade37ad36 Reviewed-on: https://gerrit.libreoffice.org/83483 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/formula/source/ui/dlg/ControlHelper.hxx b/formula/source/ui/dlg/ControlHelper.hxx index 960935573acc..187415d09a8e 100644 --- a/formula/source/ui/dlg/ControlHelper.hxx +++ b/formula/source/ui/dlg/ControlHelper.hxx @@ -38,7 +38,7 @@ public: ParaWin& rParaWin, sal_uInt16 nArgCount); protected: - virtual bool KeyInput(const KeyEvent& rKEvt); + virtual bool KeyInput(const KeyEvent& rKEvt) override; private: ArgEdit* pEdPrev; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
