To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=106490 Issue #|106490 Summary|svx: avoid an unending timer Component|Drawing Version|DEV300m63 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|ka Reported by|cmc
------- Additional comments from [email protected] Fri Oct 30 13:24:46 +0000 2009 ------- svx has a little timer that it uses to trigger removing ole objects from the ache when a certain threshold has been hit. But this timer is an autotimer so it always triggers itself to run again, so even if there are no ole objects, or we are below the uncaching threshold it runs continuously. How about we only run the timer while the cache size is over the threshold and not run it when we don't need to uncache anything. That way we can save battery life by avoiding cpu wakeups. --------------------------------------------------------------------- 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]
