From 0330b1a591be25b857af65606f9b2db328e93580 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Aug 2021 12:44:37 +0100 Subject: fix comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia1783aff3fded7fd73de2b04b9aced647771a92c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119998 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svtools/editbrowsebox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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& rHdl) { m_aFocusInHdl = rHdl; -- cgit