diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-10 21:29:08 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-10 21:29:08 -0500 |
commit | f744968454477935f7396b495a2426cf5e70546b (patch) | |
tree | bc09336bedd062fbdd22fefc3c8940a05d2862ec /unotools | |
parent | 5584c277cb3d7a198b9bd554e5a4dc92b8bea87d (diff) |
merge vosremoval-thread patch
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/inc/unotools/ucblockbytes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/ucblockbytes.hxx b/unotools/inc/unotools/ucblockbytes.hxx index 2ba0a683745a..13005f4e3763 100644 --- a/unotools/inc/unotools/ucblockbytes.hxx +++ b/unotools/inc/unotools/ucblockbytes.hxx @@ -33,7 +33,7 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include "unotools/unotoolsdllapi.h" -#include <vos/thread.hxx> +#include <osl/thread.hxx> #include <vos/conditn.hxx> #include <vos/mutex.hxx> #include <tools/stream.hxx> |