diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-16 03:15:13 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 17:57:36 -0500 |
commit | c94a7511bf72185b189f0535f2963a78817f8c39 (patch) | |
tree | c72a28961cc0d3992bea74eb2aa762528eb1967a /sc/source/ui/unoobj/scdetect.cxx | |
parent | d2c8e2e76f1c363dd7a07bd7c47d78d3e50ae5c1 (diff) |
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
Diffstat (limited to 'sc/source/ui/unoobj/scdetect.cxx')
-rw-r--r-- | sc/source/ui/unoobj/scdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx index c59ee14f0c5d..5b9dcc5d6180 100644 --- a/sc/source/ui/unoobj/scdetect.cxx +++ b/sc/source/ui/unoobj/scdetect.cxx @@ -65,7 +65,7 @@ #include <svl/eitem.hxx> #include <svl/stritem.hxx> #include <tools/urlobj.hxx> -#include <vos/mutex.hxx> +#include <osl/mutex.hxx> #include <svtools/sfxecode.hxx> #include <svtools/ehdl.hxx> #include <sot/storinfo.hxx> |