diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-03 23:13:41 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-03 23:13:41 +0000 |
commit | 4d36a11ff6167b1fa96b1c4b55b2e0279e1d5bdf (patch) | |
tree | 7fee8ab5323e68447f334a260915a73fb8435d7e /framework | |
parent | 1f10c5c18d36c6b3367ab62899260f7f33b35c62 (diff) |
INTEGRATION: CWS fwkpostbeta03 (1.2.2); FILE MERGED
2005/02/11 10:38:02 cd 1.2.2.2: #i42395# Use Application::AnyInput() to call reschedule in a loop to have an active application - no performance degration detectable
2005/02/10 10:46:09 cd 1.2.2.1: #i42135# Second start on progress bar must restart progress to set text
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/helper/wakeupthread.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/helper/wakeupthread.cxx b/framework/source/helper/wakeupthread.cxx index 8b01dc8feb81..3463040fc014 100644 --- a/framework/source/helper/wakeupthread.cxx +++ b/framework/source/helper/wakeupthread.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wakeupthread.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-02-02 13:53:40 $ + * last change: $Author: kz $ $Date: 2005-03-04 00:13:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,8 +95,8 @@ void SAL_CALL WakeUpThread::run() ::osl::Condition aSleeper; TimeValue aTime; - aTime.Seconds = 0; - aTime.Nanosec = 25000; + aTime.Seconds = 0; + aTime.Nanosec = 25000000; // 25 msec while(schedule()) { |