summaryrefslogtreecommitdiff
path: root/include/vcl/button.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-27 08:46:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-27 10:18:31 +0100
commit53617c8651274e581cc1b55c9705c54e03f93879 (patch)
treee47a5e84d3b38344b1f845233398a10150949145 /include/vcl/button.hxx
parentf52b92f1c55657fd737c4d92010ca54e65c387d3 (diff)
callcatcher: update unused code
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r--include/vcl/button.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 1146c73dc3a3..86e33a13ea55 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -205,10 +205,6 @@ inline bool PushButton::IsChecked() const
return (GetState() == TRISTATE_TRUE);
}
-
-// - OKButton -
-
-
class VCL_DLLPUBLIC OKButton : public PushButton
{
protected:
@@ -222,15 +218,11 @@ private:
public:
explicit OKButton( Window* pParent, WinBits nStyle = WB_DEFBUTTON );
- explicit OKButton( Window* pParent, const ResId& );
virtual void Click() SAL_OVERRIDE;
};
-// - CancelButton -
-
-
class VCL_DLLPUBLIC CancelButton : public PushButton
{
protected:
@@ -244,7 +236,6 @@ private:
public:
explicit CancelButton( Window* pParent, WinBits nStyle = 0 );
- explicit CancelButton( Window* pParent, const ResId& );
virtual void Click() SAL_OVERRIDE;
};