summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-04 12:44:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-04 14:47:51 +0200
commit0330b1a591be25b857af65606f9b2db328e93580 (patch)
treeacca722b40a18daa05868d737b577b365cec234d
parentaff28c59816d046d9b74460c1b17101b99b9514e (diff)
fix comment
Change-Id: Ia1783aff3fded7fd73de2b04b9aced647771a92c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119998 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--include/svtools/editbrowsebox.hxx2
1 files changed, 1 insertions, 1 deletions
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;