View | Details | Raw Unified | Return to issue 53749
Collapse All | Expand All

(-)sd/source/ui/slideshow/slideshowimpl.cxx (-2 / +7 lines)
Lines 3310-3317 Link Here
3310
					{
3310
					{
3311
						if( mpShowWindow )
3311
						if( mpShowWindow )
3312
						{
3312
						{
3313
							Graphic aGraphic( SfxApplication::GetApplicationLogo().GetBitmapEx() );
3313
							if ( maPresSettings.mbShowPauseLogo )
3314
							mpShowWindow->SetPauseMode( 0, maPresSettings.mnPauseTimeout, &aGraphic );
3314
							{
3315
								Graphic aGraphic( SfxApplication::GetApplicationLogo().GetBitmapEx() );
3316
								mpShowWindow->SetPauseMode( 0, maPresSettings.mnPauseTimeout, &aGraphic );
3317
							}
3318
							else
3319
								mpShowWindow->SetPauseMode( 0, maPresSettings.mnPauseTimeout, NULL );
3315
						}
3320
						}
3316
					}
3321
					}
3317
					else
3322
					else

Return to issue 53749