From c8218367a0f52206591a5048848fa5292405b6c3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 13 Aug 2012 10:53:21 +0100 Subject: callcatcher: update list Change-Id: If9b76e5282c22a479ff709174fbc8ee4d3c337cc --- vcl/source/control/spinbtn.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'vcl/source/control') 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() { } -- cgit v1.2.3