diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-23 21:01:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-09-24 18:32:19 +0200 |
commit | df2c41859287282501c8ebd7b3c67465455a457c (patch) | |
tree | e895f3505d5c60d221a60252c42d5f9c13689942 /include/sfx2 | |
parent | d9eed9b489d8ad208df307588595f3a8d3b7539b (diff) |
MoveFocusInsideDeckTitle is dead
after
commit 9ca60dc90958001c078ed6331bd432c36961a425
Author: Rafael Lima <rafael.palma.lima@gmail.com>
Date: Wed Jul 26 02:00:40 2023 +0200
tdf#156156 Add Help button to sidebar decks
Change-Id: I71893e5f0b35ffec3eb718b0dfb556a3405b5c4d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157197
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/FocusManager.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/FocusManager.hxx b/include/sfx2/sidebar/FocusManager.hxx index 7236e1f84c85..4cb9394d28cd 100644 --- a/include/sfx2/sidebar/FocusManager.hxx +++ b/include/sfx2/sidebar/FocusManager.hxx @@ -125,8 +125,6 @@ private: void FocusButton(const sal_Int32 nButtonIndex); void MoveFocusInsidePanel(const FocusLocation& rLocation, const sal_Int32 nDirection); - bool MoveFocusInsideDeckTitle(const FocusLocation& rLocation, - const sal_Int32 nDirection); bool HandleKeyEvent(const vcl::KeyCode& rKeyCode, const FocusLocation& rLocation); |