From 64e3d4fa604bbf13b0f3ac53f85be176a171067e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 2 May 2006 14:05:42 +0000 Subject: 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 --- sd/source/ui/dlg/dlgass.cxx | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'sd/source/ui/dlg/dlgass.cxx') diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx index d89237dbbba8..cc414412cc0a 100644 --- a/sd/source/ui/dlg/dlgass.cxx +++ b/sd/source/ui/dlg/dlgass.cxx @@ -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 )); -- cgit