diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-07 20:09:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-08 10:10:22 +0200 |
commit | fe2bc1012932cbb6c902b9034d9d1497609e57a5 (patch) | |
tree | d5d0a616031fc7f70bf008eec337125c17224fe5 /include/vcl | |
parent | ea6a978d873c5320d3cc2526f97636f815efde06 (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/vcl')
-rw-r--r-- | include/vcl/button.hxx | 10 |
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: */ |