From 7618815f7080acc67a8d1cda1a6fc49797ded364 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Wed, 10 Oct 2018 06:44:27 -0400 Subject: sfx2: LOK: route the parent sidebar window instead of the deck Change-Id: I0269a67c637afbc63a81405918f620009e681ff6 Reviewed-on: https://gerrit.libreoffice.org/73508 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/sfx2/sidebar/SidebarDockingWindow.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/sfx2/sidebar/SidebarDockingWindow.hxx b/include/sfx2/sidebar/SidebarDockingWindow.hxx index 3c3059b87d7a..a0da550a020b 100644 --- a/include/sfx2/sidebar/SidebarDockingWindow.hxx +++ b/include/sfx2/sidebar/SidebarDockingWindow.hxx @@ -44,11 +44,14 @@ public: void SetReadyToDrag( bool bStartDrag ) { mbIsReadyToDrag = bStartDrag; } bool IsReadyToDrag() const { return mbIsReadyToDrag; } + void NotifyResize(); + using SfxDockingWindow::Close; protected: // Window overridables virtual void GetFocus() override; + virtual void Resize() override; virtual SfxChildAlignment CheckAlignment ( SfxChildAlignment eCurrentAlignment, -- cgit