INTEGRATION: CWS geordi2q10 (1.26.2); FILE MERGED

2003/11/26 14:48:26 rt 1.26.2.1: #111934#: join CWS draw21
This commit is contained in:
Rüdiger Timm 2003-12-01 09:09:49 +00:00
parent b0b0883f6d
commit bd56eb68e5

View file

@ -2,9 +2,9 @@
*
* $RCSfile: drawview.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: rt $ $Date: 2003-11-24 17:17:59 $
* last change: $Author: rt $ $Date: 2003-12-01 10:09:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -848,7 +848,7 @@ void SdDrawView::PresPaint(const Region& rRegion)
// We know always display a black page only before the
// presentation displays anything
bool bAllowPaint = true;
if( pFuSlideShow && (pFuSlideShow->GetActualPage() == NULL) )
if( pFuSlideShow && (pFuSlideShow->GetAnimationMode() == ANIMATIONMODE_SHOW) && (pFuSlideShow->GetActualPage() == NULL) )
bAllowPaint = false;
if( bAllowPaint )