diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 08:49:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-22 09:54:38 +0100 |
commit | c1dd91a93c59b19ed9542da61e5b1ce43cf4ffbf (patch) | |
tree | c768ab956587ac40ee05dfdea40939ea6609f83e /vcl | |
parent | 00639459f148ecb8033f42d5f810858729d24501 (diff) |
callcatcher: update unused code
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/fixed.cxx | 13 | ||||
-rw-r--r-- | vcl/source/window/tabdlg.cxx | 8 |
2 files changed, 0 insertions, 21 deletions
diff --git a/vcl/source/control/fixed.cxx b/vcl/source/control/fixed.cxx index 3b50a3c6e92a..35f6dab6d574 100644 --- a/vcl/source/control/fixed.cxx +++ b/vcl/source/control/fixed.cxx @@ -742,19 +742,6 @@ void FixedBitmap::ImplInitSettings() } } -void FixedBitmap::ImplLoadRes( const ResId& rResId ) -{ - Control::ImplLoadRes( rResId ); - - sal_uLong nObjMask = ReadLongRes(); - - if ( RSC_FIXEDBITMAP_BITMAP & nObjMask ) - { - maBitmap = Bitmap( ResId( (RSHEADER_TYPE*)GetClassRes(), *rResId.GetResMgr() ) ); - IncrementRes( GetObjSizeRes( (RSHEADER_TYPE*)GetClassRes() ) ); - } -} - FixedBitmap::FixedBitmap( Window* pParent, WinBits nStyle ) : Control( WINDOW_FIXEDBITMAP ) { diff --git a/vcl/source/window/tabdlg.cxx b/vcl/source/window/tabdlg.cxx index 7ce61365f480..cbd60dc7abe4 100644 --- a/vcl/source/window/tabdlg.cxx +++ b/vcl/source/window/tabdlg.cxx @@ -235,12 +235,4 @@ void TabDialog::StateChanged( StateChangedType nType ) Dialog::StateChanged( nType ); } -void TabDialog::AdjustLayout() -{ - SAL_WARN_IF(isLayoutEnabled(), "vcl.layout", "unnecessary to call TabDialog::AdjustLayout when layout enabled"); - - ImplPosControls(); - queue_resize(); -} - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |