diff options
author | Noel Grandin <noel@peralex.com> | 2016-01-12 13:41:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-01-13 08:44:45 +0200 |
commit | 38c23520d40749ff21b6b1ed5f5c0375d40fe1fc (patch) | |
tree | be2126093be7d32e4f63d405f87fc6c063776e45 /include/sfx2/sidebar/FocusManager.hxx | |
parent | 2fc2f752447725ece32ce55d5db21b912902b3cf (diff) |
loplugin:unusedmethods unused return value in include/sfx2
Change-Id: Id4017bdfe18f8224d28a9f787865c7a880aeeed8
Diffstat (limited to 'include/sfx2/sidebar/FocusManager.hxx')
-rw-r--r-- | include/sfx2/sidebar/FocusManager.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sidebar/FocusManager.hxx b/include/sfx2/sidebar/FocusManager.hxx index a7ffd5e1ffa2..71096cbaa78b 100644 --- a/include/sfx2/sidebar/FocusManager.hxx +++ b/include/sfx2/sidebar/FocusManager.hxx @@ -131,9 +131,9 @@ private: void FocusPanelContent(const sal_Int32 nPanelIndex); void FocusButton(const sal_Int32 nButtonIndex); void ClickButton(const sal_Int32 nButtonIndex); - bool MoveFocusInsidePanel(const FocusLocation& rLocation, + void MoveFocusInsidePanel(const FocusLocation& rLocation, const sal_Int32 nDirection); - bool MoveFocusInsideDeckTitle(const FocusLocation& rLocation, + void MoveFocusInsideDeckTitle(const FocusLocation& rLocation, const sal_Int32 nDirection); void HandleKeyEvent(const vcl::KeyCode& rKeyCode, |