To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61721





------- Additional comments from [EMAIL PROTECTED] Mon Feb  6 23:44:16 -0800 
2006 -------
And I delete the follow codes, rehearse timings is ok:
SRC_ROOT\sd\source\ui\slideshow\slideshowimpl.cxx(Revision: 1.27, line1923-1925)
                        const float MAX_UPDATE = 60.0; // do not wait longer 
than 60 seconds for next
refresh
                        if( fUpdate > MAX_UPDATE )
                                fUpdate = MAX_UPDATE;
I find fUpdate value is not good  when debug, fUpdate value is
1.7976931348623157e+308. And if fUpdate value is 60.0, in fact "::std::max( 1UL,
static_cast<ULONG>(fUpdate * 1000.0) )" will get 60, too long, like stop. But if
fUpdate value is 1.7976931348623157e+308, "::std::max( 1UL,
static_cast<ULONG>(fUpdate * 1000.0) )" will get 1, "Rehearse Timings" look ok.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to