diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 13:31:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-05 14:00:16 +0100 |
commit | 0148bcbeccf1e62f789a5fadd65a359840854f1b (patch) | |
tree | d4e70397a93084fbd1aa43c6808a775e6339b4cc /vcl | |
parent | e9e629358396926b4a907a2c89213b1b413e628b (diff) |
no FixedLines are loaded from resources files anymore
Change-Id: I5b38c42e5b7fe7932e0dcc2539579d342ea9cf3b
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/fixed.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 36860e48ce8f..0164ce85cab8 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -588,18 +588,6 @@ FixedLine::FixedLine( vcl::Window* pParent, WinBits nStyle ) : SetSizePixel( Size( 2, 2 ) ); } -FixedLine::FixedLine( vcl::Window* pParent, const ResId& rResId ) : - Control( WINDOW_FIXEDLINE ) -{ - rResId.SetRT( RSC_FIXEDLINE ); - WinBits nStyle = ImplInitRes( rResId ); - ImplInit( pParent, nStyle ); - ImplLoadRes( rResId ); - - if ( !(nStyle & WB_HIDE) ) - Show(); -} - void FixedLine::FillLayoutData() const { mpControlData->mpLayoutData = new vcl::ControlLayoutData(); |