summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-07 20:09:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-08 10:10:22 +0200
commitfe2bc1012932cbb6c902b9034d9d1497609e57a5 (patch)
treed5d0a616031fc7f70bf008eec337125c17224fe5 /include
parentea6a978d873c5320d3cc2526f97636f815efde06 (diff)
move DisclosureButton out of public headers
Change-Id: If267be2c5d02d185eddada7c4e0de0bc5af0b19c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93677 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/button.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index d9e2106ea6d5..bfdb4d5323b3 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -516,16 +516,6 @@ public:
explicit TriStateBox( vcl::Window* pParent, WinBits nStyle );
};
-class DisclosureButton final : public CheckBox
-{
- virtual void ImplDrawCheckBoxState(vcl::RenderContext& rRenderContext) override;
-
-public:
- explicit DisclosureButton( vcl::Window* pParent );
-
- virtual void KeyInput( const KeyEvent& rKEvt ) override;
-};
-
#endif // INCLUDED_VCL_BUTTON_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */