ucb/source/ucp/webdav/NeonLockStore.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c58882fda80b63baac3360001b0fdf251d96e0eb
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Feb 27 11:03:02 2012 +0000

    fix msvc2005 build

diff --git a/ucb/source/ucp/webdav/NeonLockStore.cxx 
b/ucb/source/ucp/webdav/NeonLockStore.cxx
index 3c84ad3..77e6258 100644
--- a/ucb/source/ucp/webdav/NeonLockStore.cxx
+++ b/ucb/source/ucp/webdav/NeonLockStore.cxx
@@ -80,7 +80,7 @@ void TickerThread::execute()
         TimeValue aTV;
         aTV.Seconds = 0;
         aTV.Nanosec = 1000000000 / nNth;
-        osl::Thread::wait( aTV );
+        salhelper::Thread::wait( aTV );
     }
 
     OSL_TRACE( "TickerThread: stop." );
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to