include/svtools/editbrowsebox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0330b1a591be25b857af65606f9b2db328e93580 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Aug 4 12:44:37 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Aug 4 14:47:51 2021 +0200 fix comment Change-Id: Ia1783aff3fded7fd73de2b04b9aced647771a92c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119998 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx index 873b9d1bebb6..fd111dbef4a9 100644 --- a/include/svtools/editbrowsebox.hxx +++ b/include/svtools/editbrowsebox.hxx @@ -172,7 +172,7 @@ namespace svt virtual bool ProcessKey(const KeyEvent& rKEvt); - // chain after the FocusOutHdl + // chain after the FocusInHdl void SetFocusInHdl(const Link<LinkParamNone*,void>& rHdl) { m_aFocusInHdl = rHdl;