move ImageButton to toolkit-only headers
Change-Id: I2413d4165f2b1a88c53facbb0993cc6623a28082 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99650 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
d19a21a81b
commit
df56a000a1
@ -335,21 +335,6 @@ public:
|
||||
virtual FactoryFunction GetUITestFactory() const override;
|
||||
};
|
||||
|
||||
class VCL_DLLPUBLIC ImageButton final : public PushButton
|
||||
{
|
||||
protected:
|
||||
using PushButton::ImplInitStyle;
|
||||
|
||||
private:
|
||||
SAL_DLLPRIVATE void ImplInitStyle();
|
||||
|
||||
ImageButton( const ImageButton & ) = delete;
|
||||
ImageButton & operator= ( const ImageButton & ) = delete;
|
||||
|
||||
public:
|
||||
ImageButton( vcl::Window* pParent, WinBits nStyle = 0 );
|
||||
};
|
||||
|
||||
#endif // INCLUDED_VCL_BUTTON_HXX
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
@ -167,4 +167,19 @@ public:
|
||||
virtual FactoryFunction GetUITestFactory() const override;
|
||||
};
|
||||
|
||||
class VCL_DLLPUBLIC ImageButton final : public PushButton
|
||||
{
|
||||
protected:
|
||||
using PushButton::ImplInitStyle;
|
||||
|
||||
private:
|
||||
SAL_DLLPRIVATE void ImplInitStyle();
|
||||
|
||||
ImageButton( const ImageButton & ) = delete;
|
||||
ImageButton & operator= ( const ImageButton & ) = delete;
|
||||
|
||||
public:
|
||||
ImageButton( vcl::Window* pParent, WinBits nStyle = 0 );
|
||||
};
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
Loading…
x
Reference in New Issue
Block a user