summaryrefslogtreecommitdiff
path: root/vcl/source/control/fixed.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-05 13:31:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-05 14:00:16 +0100
commit0148bcbeccf1e62f789a5fadd65a359840854f1b (patch)
treed4e70397a93084fbd1aa43c6808a775e6339b4cc /vcl/source/control/fixed.cxx
parente9e629358396926b4a907a2c89213b1b413e628b (diff)
no FixedLines are loaded from resources files anymore
Change-Id: I5b38c42e5b7fe7932e0dcc2539579d342ea9cf3b
Diffstat (limited to 'vcl/source/control/fixed.cxx')
-rw-r--r--vcl/source/control/fixed.cxx12
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();