diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2017-02-21 11:31:18 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-15 15:54:19 +0000 |
commit | e681749ffa5a18c8a6ff874787d4ab8411a46125 (patch) | |
tree | afa5c4095f4d1ef35f007cc64178e71b92c78cd2 /include/vcl/notebookbar.hxx | |
parent | 5411d99c0a7345e9c68ad55debcb20eecdc0b36a (diff) |
tdf#105040 Notebookbar: added shortcuts toolbox
In the tabbed notebookbar the shortcuts toolbox is introduced.
It is placed before tab labels, after the menu button.
Customization is possible, buttons are loaded from the
newly created toolbar "Notebookbar shortcuts".
NotebookbarTabControl was moved to the sfx module.
Change-Id: Ifa4a1688c6e92c2f03bd386608e3e9d1c28069d4
Reviewed-on: https://gerrit.libreoffice.org/35194
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/vcl/notebookbar.hxx')
-rw-r--r-- | include/vcl/notebookbar.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/notebookbar.hxx b/include/vcl/notebookbar.hxx index 9a41152ab505..f16b3ed38976 100644 --- a/include/vcl/notebookbar.hxx +++ b/include/vcl/notebookbar.hxx @@ -32,8 +32,6 @@ public: 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); - void SetSystemWindow(SystemWindow* pSystemWindow); const css::uno::Reference<css::ui::XContextChangeEventListener>& getContextChangeEventListener() const { return m_pEventListener; } |