move CloseButton to be toolkit-only

Change-Id: I1f155f539f0f8b8db28d17a073ea25d398c429ac
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93897
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara 2020-05-09 20:53:00 +01:00
parent cfeb2bde9d
commit db0824cb3b
2 changed files with 6 additions and 6 deletions

View File

@ -247,12 +247,6 @@ public:
virtual void Click() override;
};
class CloseButton final : public CancelButton
{
public:
explicit CloseButton(vcl::Window* pParent, WinBits nStyle = 0);
};
class VCL_DLLPUBLIC RadioButton : public Button
{
private:

View File

@ -24,6 +24,12 @@
#include <vcl/button.hxx>
class CloseButton final : public CancelButton
{
public:
explicit CloseButton(vcl::Window* pParent, WinBits nStyle = 0);
};
class VCL_DLLPUBLIC HelpButton : public PushButton
{
protected: