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:
@@ -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:
|
||||
|
@@ -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:
|
||||
|
Reference in New Issue
Block a user