Kaydet (Commit) 8c51c5fa authored tarafından Caolán McNamara's avatar Caolán McNamara

basctl::CheckBox all loaded from .ui now, drop resid ctor

Change-Id: Ie11fdcea9d307518cabfa519ddccc65997250519
üst cc88b3a3
......@@ -162,17 +162,6 @@ void LibLBoxString::Paint(const Point& rPos, SvTreeListBox& rDev, const SvViewDa
// basctl::CheckBox
//----------------------------------------------------------------------------
CheckBox::CheckBox( Window* pParent, const ResId& rResId )
:SvTabListBox( pParent, rResId )
,eMode(ObjectMode::Module)
,m_aDocument( ScriptDocument::getApplicationScriptDocument() )
{
long aTabs_[] = { 1, 12 }; // TabPos needs at least one...
// 12 because of the CheckBox
SetTabs( aTabs_ );
Init();
}
CheckBox::CheckBox(Window* pParent, WinBits nStyle)
: SvTabListBox(pParent, nStyle)
, eMode(ObjectMode::Module)
......
......@@ -124,7 +124,6 @@ private:
void Init();
public:
CheckBox(Window* pParent, const ResId& rResId);
CheckBox(Window* pParent, WinBits nStyle);
~CheckBox();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment