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/workben | |
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/workben')
-rw-r--r-- | sc/workben/addin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx index 190b70569c36..9c724e0da871 100644 --- a/sc/workben/addin.cxx +++ b/sc/workben/addin.cxx @@ -33,7 +33,7 @@ #include <usr/factoryhlp.hxx> #include <usr/macros.hxx> #include <usr/reflserv.hxx> -#include <vos/mutex.hxx> +#include <osl/mutex.hxx> #include <vcl/svapp.hxx> #include <tools/debug.hxx> #include <tools/date.hxx> |