diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/button.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 32d70f37b055..73b1ed401b90 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -4104,22 +4104,6 @@ TriStateBox::TriStateBox( Window* pParent, WinBits nStyle ) : // ----------------------------------------------------------------------- -TriStateBox::TriStateBox( Window* pParent, const ResId& rResId ) : - CheckBox( pParent, rResId.SetRT( RSC_TRISTATEBOX ) ) -{ - EnableTriState( sal_True ); - - sal_uLong nTriState = ReadLongRes(); - sal_uInt16 bDisableTriState = ReadShortRes(); - //anderer Wert als Default ? - if ( (TriState)nTriState != STATE_NOCHECK ) - SetState( (TriState)nTriState ); - if ( bDisableTriState ) - EnableTriState( sal_False ); -} - -// ----------------------------------------------------------------------- - TriStateBox::~TriStateBox() { } |