diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/tabctrl.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx index 0e195f10890d..4b48874ab40e 100644 --- a/include/vcl/tabctrl.hxx +++ b/include/vcl/tabctrl.hxx @@ -23,6 +23,7 @@ #include <vcl/dllapi.h> #include <vcl/ctrl.hxx> #include <vcl/toolbox.hxx> +#include <vcl/button.hxx> #include <vcl/EnumContext.hxx> #include <sfx2/notebookbar/NotebookbarContextControl.hxx> @@ -221,6 +222,8 @@ private: Link<NotebookBar*,void> m_aIconClickHdl; static sal_uInt16 m_nHeaderHeight; VclPtr<ToolBox> m_pShortcuts; + VclPtr<PushButton> m_pOpenMenu; + DECL_LINK(OpenMenu, Button*, void); }; #endif // INCLUDED_VCL_TABCTRL_HXX |