diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2018-10-10 06:44:27 -0400 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-26 09:52:35 +0200 |
commit | 7618815f7080acc67a8d1cda1a6fc49797ded364 (patch) | |
tree | 7e083736e408a6c5fef3018e17388076e4cbcd48 /include | |
parent | 3fb8180a63d86ac527a1d3aaf0377290cd3a3cb2 (diff) |
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sidebar/SidebarDockingWindow.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
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, |