[Libreoffice-commits] .: sc/source
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Sun Oct 10 19:40:42 PDT 2010
sc/source/core/data/documen3.cxx | 2 +-
sc/source/filter/inc/filt_pch.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8900e588f30e48216795edbe500d3ff6eece4617
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Sun Oct 10 21:29:00 2010 -0500
merge vosremoval-thread patch
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index 2869ced..b72021f 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -783,7 +783,7 @@ void ScDocument::RemoveUnoObject( SfxListener& rObject )
// let the thread that called BroadcastUno continue
while ( bInUnoBroadcast )
{
- vos::OThread::yield();
+ osl::Thread::yield();
}
}
}
diff --git a/sc/source/filter/inc/filt_pch.hxx b/sc/source/filter/inc/filt_pch.hxx
index 101c60c..484cdb8 100644
--- a/sc/source/filter/inc/filt_pch.hxx
+++ b/sc/source/filter/inc/filt_pch.hxx
@@ -220,7 +220,7 @@
#include <com/sun/star/container/NoSuchElementException.hdl>
#include <com/sun/star/container/NoSuchElementException.hpp>
#include <vcl/svapp.hxx>
-#include <vos/thread.hxx>
+#include <osl/thread.hxx>
#include <vos/runnable.hxx>
#include <vos/refernce.hxx>
#include <vcl/apptypes.hxx>
More information about the Libreoffice-commits
mailing list