diff options
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index b1c0f6f520dd..a19950e661b2 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -970,7 +970,7 @@ bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings ) } else { - if( pStartPage->GetPageKind() != PK_STANDARD ) + if( !pStartPage || pStartPage->GetPageKind() != PK_STANDARD ) { bStartWithActualSlide = false; } |