summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-17 21:09:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-22 21:07:28 +0200
commit46dd214ab94181d3c552d86ec20b4a2c104fcc48 (patch)
tree7184d5398d9ff7a0b0cb8385849741a12678e118 /include/vcl
parent7476e6d987ce54c3a1058bafac8152e5b1abc52a (diff)
MenuToggleButton no longer needs to be in public headers
Change-Id: Ifc190ddc0c9b5eb33555dcec5ed14fd9b36134e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104537 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/menubtn.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/vcl/menubtn.hxx b/include/vcl/menubtn.hxx
index fef1ad346805..f32270161b8d 100644
--- a/include/vcl/menubtn.hxx
+++ b/include/vcl/menubtn.hxx
@@ -91,17 +91,6 @@ public:
};
-
-class UNLESS_MERGELIBS(VCL_DLLPUBLIC) MenuToggleButton final : public MenuButton
-{
-public:
- explicit MenuToggleButton( vcl::Window* pParent, WinBits nStyle );
- virtual ~MenuToggleButton() override;
-
- void SetActive( bool bSel );
- bool GetActive() const;
-};
-
#endif // INCLUDED_VCL_MENUBTN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */