diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-13 10:53:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-13 10:53:42 +0100 |
commit | c8218367a0f52206591a5048848fa5292405b6c3 (patch) | |
tree | cb256f90eb1d3b05782e97295f8098cf4be68c14 /vcl | |
parent | 24e0e7ca6207a45fc45b67a1355a9d855955a2a8 (diff) |
callcatcher: update list
Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/vcl/spin.hxx | 1 | ||||
-rw-r--r-- | vcl/source/control/spinbtn.cxx | 12 |
2 files changed, 0 insertions, 13 deletions
diff --git a/vcl/inc/vcl/spin.hxx b/vcl/inc/vcl/spin.hxx index b419788e0313..3966034c0938 100644 --- a/vcl/inc/vcl/spin.hxx +++ b/vcl/inc/vcl/spin.hxx @@ -57,7 +57,6 @@ private: public: SpinButton( Window* pParent, WinBits nStyle = 0 ); - SpinButton( Window* pParent, const ResId& rResId ); ~SpinButton(); virtual void Up(); diff --git a/vcl/source/control/spinbtn.cxx b/vcl/source/control/spinbtn.cxx index d08938f590a3..6483ef520c31 100644 --- a/vcl/source/control/spinbtn.cxx +++ b/vcl/source/control/spinbtn.cxx @@ -69,18 +69,6 @@ SpinButton::SpinButton( Window* pParent, WinBits nStyle ) // ----------------------------------------------------------------------- -SpinButton::SpinButton( Window* pParent, const ResId& rResId ) - :Control( WINDOW_SPINBUTTON ) - ,mbUpperIsFocused( sal_False ) -{ - rResId.SetRT( RSC_SPINBUTTON ); - ImplInit( pParent, ImplInitRes( rResId ) ); - ImplLoadRes( rResId ); - Resize(); -} - -// ----------------------------------------------------------------------- - SpinButton::~SpinButton() { } |