summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-09-14 08:43:22 -0400
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-25 09:29:47 +0200
commit6cb3b009fc4e73cc0ea07d166c274f05306b0e75 (patch)
treec169f0768c7f04fc1f558c78125a84a978dd102e /include/sfx2
parentae2720ab206c2ff4a677e7fad147a3037f07a9be (diff)
sd: sidebars are now visible in LOOL
Change-Id: I7ceae056e3d6ce1c991fe1194faa8bebfd6aae1e Reviewed-on: https://gerrit.libreoffice.org/73500 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sidebar/Deck.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index e3a3570f199a..22ecb71536d0 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -64,6 +64,7 @@ public:
virtual void Paint(vcl::RenderContext& rRenderContext, const tools::Rectangle& rUpdateArea) override;
virtual void DataChanged (const DataChangedEvent& rEvent) override;
virtual bool EventNotify(NotifyEvent& rEvent) override;
+ virtual void Resize() override;
static void PrintWindowSubTree (vcl::Window* pRoot, int nIndentation);