summaryrefslogtreecommitdiff
path: root/include/vcl/headbar.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-21 15:13:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-21 22:10:00 +0100
commit6d250d56ed9b6755a3f8131be39fc0537c3d862c (patch)
tree1ba55f2c90cb88f546825af5a0a8de57a50e5c66 /include/vcl/headbar.hxx
parentc986c8852cd1156aee870d21cfb4044d3b05a933 (diff)
add TreeView header support
Change-Id: If3dd296e962b08120e07c35065bc18441691b7fd Reviewed-on: https://gerrit.libreoffice.org/63730 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/headbar.hxx')
-rw-r--r--include/vcl/headbar.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/headbar.hxx b/include/vcl/headbar.hxx
index 046ad7079a24..af6c99a56625 100644
--- a/include/vcl/headbar.hxx
+++ b/include/vcl/headbar.hxx
@@ -277,6 +277,8 @@ public:
virtual void StateChanged( StateChangedType nStateChange ) override;
virtual void DataChanged( const DataChangedEvent& rDCEvt ) override;
+ virtual Size GetOptimalSize() const override;
+
virtual void EndDrag();
virtual void Select();
virtual void DoubleClick();