INTEGRATION: CWS presentationengine01 (1.15.4); FILE MERGED
2004/10/12 22:56:32 thb 1.15.4.2: RESYNC: (1.15-1.16); FILE MERGED 2004/08/25 16:36:45 cl 1.15.4.1: replaced old FuSlideShow with new SlideShow
This commit is contained in:
parent
ceb5af624c
commit
890f44d64f
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: htmlex.cxx,v $
|
||||
*
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2004-08-23 08:13:23 $
|
||||
* last change: $Author: rt $ $Date: 2004-11-26 19:50:49 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1557,7 +1557,7 @@ bool HtmlExport::CreateHtmlForPresPages()
|
|||
if( pPage->GetPresChange() != PRESCHANGE_MANUAL )
|
||||
{
|
||||
nSecs = pPage->GetTime();
|
||||
bEndless = pDoc->GetPresEndless();
|
||||
bEndless = pDoc->getPresentationSettings().mbEndless;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue