summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2017-02-14 12:08:03 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-02-24 08:58:58 +0000
commit3422dfc1b61c15d7d3a6b0e1ee16c50457946cc0 (patch)
treef9859409ebf5efa62d1d360922fbc42d5857d47a /include
parentupdate notebookbar menu icon use a burger icon (diff)
downloadcore-3422dfc1b61c15d7d3a6b0e1ee16c50457946cc0.tar.gz
core-3422dfc1b61c15d7d3a6b0e1ee16c50457946cc0.zip
Notebookbar: Better resize support
Change-Id: I0bb5a5600be60a68e53132f2c3c42f79c958b2b3 Reviewed-on: https://gerrit.libreoffice.org/34491 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/notebookbar.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/notebookbar.hxx b/include/vcl/notebookbar.hxx
index cf01dc669707..9a41152ab505 100644
--- a/include/vcl/notebookbar.hxx
+++ b/include/vcl/notebookbar.hxx
@@ -30,6 +30,7 @@ public:
virtual bool PreNotify( NotifyEvent& rNEvt ) override;
virtual Size GetOptimalSize() const SAL_OVERRIDE;
virtual void setPosSizePixel(long nX, long nY, long nWidth, long nHeight, PosSizeFlags nFlags = PosSizeFlags::All) SAL_OVERRIDE;
+ virtual void Resize() override;
void SetIconClickHdl(Link<NotebookBar*, void> aHdl);