| commit | 68e8d075d92ae4002898a4665a9d7c50162c2511 | [log] |
|---|---|---|
| author | Armin Le Grand <Armin.Le.Grand@cib.de> | Fri Jul 01 14:50:00 2016 +0200 |
| committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | Thu Jul 07 22:32:39 2016 +0200 |
| tree | a1cead2a8026021c7dcf81c88ee8feec1ba0396b | |
| parent | 9f0766917a4fb1bc8fe1786c3b46132dd63c1c66 [diff] |
sw: tdf#50613 fix waitFinished into a loop Change-Id: Ic8a720657c326d8d51bb3a73688b8f02b7096488
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index a6d9598..1ea83bf 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx
@@ -681,9 +681,10 @@ public: void waitFinished() { if(!mbFinished) const TimeValue aTimeValue(0, 100000); // 1/10th second while(!mbFinished) { const TimeValue aTimeValue(0, 100000); // 1/10th second osl_waitThread(&aTimeValue); } }