summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-07 16:06:50 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-07 16:59:28 +0100
commitb541cd9a8038810ce449f8c49ae179d9d6eaa7e8 (patch)
tree291a876a7d947b43cf9b59ef752e1a38bcb89851 /include/sfx2/sidebar
parent2538188ee85513cb80eb8aa8f925082d86ff711d (diff)
loplugin:unusedmethods
Change-Id: Ib51fd610c5188fe95872d509f004ae88f38c5417 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107351 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r--include/sfx2/sidebar/FocusManager.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/sidebar/FocusManager.hxx b/include/sfx2/sidebar/FocusManager.hxx
index 0bebe247e634..9f58a76ce9b1 100644
--- a/include/sfx2/sidebar/FocusManager.hxx
+++ b/include/sfx2/sidebar/FocusManager.hxx
@@ -105,10 +105,6 @@ private:
void RegisterWindow(weld::Widget& rWidget);
static void UnregisterWindow(weld::Widget& rWidget);
- /** Remove the window from the panel or the button container.
- */
- void RemoveWindow(vcl::Window& rWindow);
-
void FocusDeckTitle();
bool IsDeckTitleVisible() const;
bool IsPanelTitleVisible(const sal_Int32 nPanelIndex) const;
@@ -127,7 +123,6 @@ private:
void FocusPanelContent(const sal_Int32 nPanelIndex);
void FocusButton(const sal_Int32 nButtonIndex);
- void ClickButton(const sal_Int32 nButtonIndex);
void MoveFocusInsidePanel(const FocusLocation& rLocation,
const sal_Int32 nDirection);
void MoveFocusInsideDeckTitle(const FocusLocation& rLocation,