summaryrefslogtreecommitdiff
path: root/vcl/source/control
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-13 10:53:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-13 10:53:42 +0100
commitc8218367a0f52206591a5048848fa5292405b6c3 (patch)
treecb256f90eb1d3b05782e97295f8098cf4be68c14 /vcl/source/control
parent24e0e7ca6207a45fc45b67a1355a9d855955a2a8 (diff)
callcatcher: update list
Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc
Diffstat (limited to 'vcl/source/control')
-rw-r--r--vcl/source/control/spinbtn.cxx12
1 files changed, 0 insertions, 12 deletions
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()
{
}