summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2022-02-18 02:27:11 +0100
committerAndras Timar <andras.timar@collabora.com>2022-02-18 12:35:45 +0100
commit7f89bda5c3e57fd4234004765e9bfa3ce7499e32 (patch)
tree409e215851c5f8f3211304800ab7752ef1d5af89 /sfx2
parentba62151132f6d21e172f71209e901a9dd737283c (diff)
tdf#143817 Fix HUD deleting text contents in Writer
Change-Id: Ie28388016c475907c5d8fbe51906bc4a01d6b0d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130091 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit 3c94a0f7729f1638ab3b273a186c48de859cfb49) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130092
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/commandpopup/CommandPopup.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/commandpopup/CommandPopup.cxx b/sfx2/source/commandpopup/CommandPopup.cxx
index 473155f89a00..7575a5794b32 100644
--- a/sfx2/source/commandpopup/CommandPopup.cxx
+++ b/sfx2/source/commandpopup/CommandPopup.cxx
@@ -246,6 +246,7 @@ IMPL_LINK(CommandListBox, TreeViewKeyPress, const KeyEvent&, rKeyEvent, bool)
else if (rKeyEvent.GetKeyCode().GetCode() == KEY_RETURN)
{
RowActivated(*mpCommandTreeView);
+ return true;
}
return false;