summaryrefslogtreecommitdiff
path: root/include/vcl/notebookbar.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-07-13 15:14:02 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-07-18 08:11:34 +0000
commit1d3ee7663da5f9f2ab2e2b8181cf2f6be5d6e524 (patch)
tree94f969047729c0e06fd223e431531e3a23c27766 /include/vcl/notebookbar.hxx
parente8fc80a0f03065ceb2c4f80facf08948d573b9af (diff)
GSoC notebookbar: don't show empty space for hidden tabs
Change-Id: Ia00f64c1cb5d990e852cc297b6b7bd76df4b1b05 Reviewed-on: https://gerrit.libreoffice.org/27191 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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/notebookbar.hxx b/include/vcl/notebookbar.hxx
index 128bf8fb7b9d..05c91a89a232 100644
--- a/include/vcl/notebookbar.hxx
+++ b/include/vcl/notebookbar.hxx
@@ -12,7 +12,7 @@
#include <vcl/builder.hxx>
#include <vcl/ctrl.hxx>
-#include <vcl/contexttabctrl.hxx>
+#include <vcl/tabctrl.hxx>
#include <vcl/EnumContext.hxx>
#include <com/sun/star/ui/XContextChangeEventListener.hpp>
@@ -33,7 +33,7 @@ public:
const css::uno::Reference<css::ui::XContextChangeEventListener>& getContextChangeEventListener() const { return m_pEventListener; }
private:
css::uno::Reference<css::ui::XContextChangeEventListener> m_pEventListener;
- VclPtr<ContextTabControl> m_pTabControl;
+ VclPtr<NotebookbarTabControl> m_pTabControl;
};