diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-02 12:56:09 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-29 22:02:19 +0200 |
commit | 88d6e6873fe05ada6ee7178811b0b6f0a3f14635 (patch) | |
tree | 104ebb0c415389106879690150e93d7bdcfc591a /include/sfx2 | |
parent | 63ed9fe32c849901af2624d59c49ddd42c70217a (diff) |
lok sidebar: remove unused code
Change-Id: I88325246d4997d44b4a1ca681627ca00ade1f030
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118285
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119664
Tested-by: Jenkins
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/sidebar/Deck.hxx | 2 | ||||
-rw-r--r-- | include/sfx2/sidebar/SidebarDockingWindow.hxx | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx index 1c6d2faae379..47f3d6434eb2 100644 --- a/include/sfx2/sidebar/Deck.hxx +++ b/include/sfx2/sidebar/Deck.hxx @@ -62,8 +62,6 @@ public: virtual void DataChanged(const DataChangedEvent& rEvent) override; - virtual void Resize() override; - virtual void DumpAsPropertyTree(tools::JsonWriter&) override; sal_Int32 GetMinimalWidth() const { return mnMinimalWidth; } diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx b/include/sfx2/sidebar/SidebarDockingWindow.hxx index ff7f2d2aff38..9bad1f5a8464 100644 --- a/include/sfx2/sidebar/SidebarDockingWindow.hxx +++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx @@ -45,22 +45,17 @@ public: /// Force generation of all panels by completion. void SyncUpdate(); - void NotifyResize(); auto& GetSidebarController() const { return mpSidebarController; } using SfxDockingWindow::Close; private: // Window overridables virtual void GetFocus() override; - virtual void Resize() override; virtual SfxChildAlignment CheckAlignment ( SfxChildAlignment eCurrentAlignment, SfxChildAlignment eRequestedAlignment) override; - /// Notify LOKit that we closed and release the LOKNotifier. - void LOKClose(); - ::rtl::Reference<sfx2::sidebar::SidebarController> mpSidebarController; bool mbIsReadyToDrag; std::unique_ptr<svt::AcceleratorExecute> mpAccel; |