summaryrefslogtreecommitdiff
path: root/include/vcl/notebookbar.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-09-30 22:57:35 +0200
committerSzymon Kłos <eszkadev@gmail.com>2016-10-01 06:35:30 +0000
commita2765c02cd44a7f4ab7d30716d8fe7c1811aa3a6 (patch)
treed2f1257ba4c4e5437cfa5599662ddedc9bead12e /include/vcl/notebookbar.hxx
parent74b2cc607448d24146bd3508abb832d6ab42cb56 (diff)
Notebookbar: fixed context handling
After last changes context switching was not working. Removed unnecessary Resize call to avoid flickering. Change-Id: I7931f4d442737c704c41bb7944c6d95e45b964f7 Reviewed-on: https://gerrit.libreoffice.org/29411 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Szymon Kłos <eszkadev@gmail.com>
Diffstat (limited to 'include/vcl/notebookbar.hxx')
-rw-r--r--include/vcl/notebookbar.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/notebookbar.hxx b/include/vcl/notebookbar.hxx
index 3f22162622af..a2ad0fecae7e 100644
--- a/include/vcl/notebookbar.hxx
+++ b/include/vcl/notebookbar.hxx
@@ -30,8 +30,6 @@ public:
void SetIconClickHdl(Link<NotebookBar*, void> aHdl);
- virtual void StateChanged(StateChangedType nType) override;
-
const css::uno::Reference<css::ui::XContextChangeEventListener>& getContextChangeEventListener() const { return m_pEventListener; }
private:
css::uno::Reference<css::ui::XContextChangeEventListener> m_pEventListener;