summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-10 14:21:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-11 10:04:21 +0100
commit16a91006ca44da08fb436d70129e7a8cbff9e2d2 (patch)
tree91b428d63194608d932441d29737545bef2fbbd4 /include/vcl
parent81d5acda2c143ab1183c7dc6d2386cc1b28c9fcf (diff)
allow throwing away size cache of hosted container
Change-Id: I9d6eb1af80526c4853d695af3e269187569a538c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112271 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/dockwin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/dockwin.hxx b/include/vcl/dockwin.hxx
index 8dbe5ead00a4..afca81622a2f 100644
--- a/include/vcl/dockwin.hxx
+++ b/include/vcl/dockwin.hxx
@@ -248,6 +248,7 @@ protected:
public:
ResizableDockingWindow(vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame> &rFrame = css::uno::Reference<css::frame::XFrame>());
+ void InvalidateChildSizeCache();
ResizableDockingWindow(vcl::Window* pParent, WinBits nStyle);
virtual ~ResizableDockingWindow() override;
virtual void dispose() override;