INTEGRATION: CWS sfxcleanup (1.38.48); FILE MERGED
2006/04/28 12:12:16 mba 1.38.48.2: RESYNC: (1.38-1.39); FILE MERGED 2006/02/27 08:26:33 mba 1.38.48.1: #132394#: remove superfluous code
This commit is contained in:
parent
396c5c9575
commit
64e3d4fa60
1 changed files with 7 additions and 10 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: dlgass.cxx,v $
|
||||
*
|
||||
* $Revision: 1.39 $
|
||||
* $Revision: 1.40 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2006-04-26 20:45:33 $
|
||||
* last change: $Author: rt $ $Date: 2006-05-02 15:05:42 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -690,14 +690,11 @@ AssistentDlgImpl::AssistentDlgImpl( ::Window* pWindow, const Link& rFinishLink,
|
|||
m_pPage5PageListCT->SetSelectHdl(LINK(this,AssistentDlgImpl, PageSelectHdl));
|
||||
|
||||
// generell
|
||||
if( !SfxApplication::IsPlugin() )
|
||||
{
|
||||
InterpolateFixedBitmap( m_pPage1FB );
|
||||
InterpolateFixedBitmap( m_pPage2FB );
|
||||
InterpolateFixedBitmap( m_pPage3FB );
|
||||
InterpolateFixedBitmap( m_pPage4FB );
|
||||
InterpolateFixedBitmap( m_pPage5FB );
|
||||
}
|
||||
InterpolateFixedBitmap( m_pPage1FB );
|
||||
InterpolateFixedBitmap( m_pPage2FB );
|
||||
InterpolateFixedBitmap( m_pPage3FB );
|
||||
InterpolateFixedBitmap( m_pPage4FB );
|
||||
InterpolateFixedBitmap( m_pPage5FB );
|
||||
|
||||
m_aLastPageButton.SetClickHdl(LINK(this,AssistentDlgImpl, LastPageHdl ));
|
||||
m_aNextPageButton.SetClickHdl(LINK(this,AssistentDlgImpl, NextPageHdl ));
|
||||
|
|
Loading…
Reference in a new issue