summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgass.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 14:05:42 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 14:05:42 +0000
commit64e3d4fa604bbf13b0f3ac53f85be176a171067e (patch)
treebee25be0178d0e97ce4952f7d6e2ed22ec11b899 /sd/source/ui/dlg/dlgass.cxx
parent396c5c957567b2e911dbedc69f2e122726c61a52 (diff)
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
Diffstat (limited to 'sd/source/ui/dlg/dlgass.cxx')
-rw-r--r--sd/source/ui/dlg/dlgass.cxx17
1 files changed, 7 insertions, 10 deletions
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 ));