summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-12-02 20:17:36 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-12-03 09:46:19 +0100
commitca914b36b36b1fcbbb720388a13abd26d06e7b4d (patch)
tree09a258ee8f25a140309aae9aa99b8df0a5f3e814 /include
parent0865857e7448d995b6e72d9c749d69da3f752e5e (diff)
don't need to include button.hxx here
Change-Id: I70ee0546c768271b9eb1d1432de2c9c642c0984a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107133 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/tabctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/tabctrl.hxx b/include/vcl/tabctrl.hxx
index c63c7a0fd019..b113450fd90e 100644
--- a/include/vcl/tabctrl.hxx
+++ b/include/vcl/tabctrl.hxx
@@ -205,7 +205,7 @@ public:
void SetIconClickHdl( Link<NotebookBar*, void> aHdl );
void SetToolBox( ToolBox* pToolBox );
ToolBox* GetToolBox() { return m_pShortcuts; }
- PushButton* GetOpenMenu() { return m_pOpenMenu; }
+ Control* GetOpenMenu();
virtual Size calculateRequisition() const override;
static sal_uInt16 GetHeaderHeight();