summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-07-12 17:22:54 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-07-12 20:28:56 +0200
commitbcea211b66910ee6cf6a51e4baa950b3f897e310 (patch)
treeb642d3acecade37f7ea5530e36d5d248e6b31c5e /include/sfx2/sidebar
parentfcadbd72c14b9337cb11e4afb5143bff44a83646 (diff)
move CheckBox to toolkit-only headers
Change-Id: Id1b2dd11bd0ebd9c88cf7e86d990a1990d760b2e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98605 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/sidebar')
-rw-r--r--include/sfx2/sidebar/TabBar.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/TabBar.hxx b/include/sfx2/sidebar/TabBar.hxx
index 70ff1ec29ebb..055167890ee4 100644
--- a/include/sfx2/sidebar/TabBar.hxx
+++ b/include/sfx2/sidebar/TabBar.hxx
@@ -91,7 +91,7 @@ public:
private:
css::uno::Reference<css::frame::XFrame> mxFrame;
- VclPtr<CheckBox> mpMenuButton;
+ VclPtr<RadioButton> mpMenuButton;
class Item
{
public: