[Libreoffice-commits] .: fpicker/source

Tor Lillqvist tml at kemper.freedesktop.org
Mon Oct 11 07:42:57 PDT 2010


 fpicker/source/win32/filepicker/SolarMutex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ea9d7102e706e3bea97b3370e71862feda5ffee9
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon Oct 11 17:37:29 2010 +0300

    Fix VOS removal fallout

diff --git a/fpicker/source/win32/filepicker/SolarMutex.cxx b/fpicker/source/win32/filepicker/SolarMutex.cxx
index 7b06e8c..9e1678d 100644
--- a/fpicker/source/win32/filepicker/SolarMutex.cxx
+++ b/fpicker/source/win32/filepicker/SolarMutex.cxx
@@ -36,7 +36,7 @@ int ReleaseSolarMutexOnMainThreadContext(unsigned nThreadId)
 {
     int nAcquireCount = 0;
     vos::IMutex& rSolarMutex = Application::GetSolarMutex();
-    vos::OThread::TThreadIdentifier nMainThreadId = Application::GetMainThreadIdentifier();
+    oslThreadIdentifier nMainThreadId = Application::GetMainThreadIdentifier();
     
     if ( nMainThreadId == nThreadId )
     {


More information about the Libreoffice-commits mailing list