diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-16 03:22:02 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:56:10 -0500 |
commit | ab25f5f512cb18e0aaaef5c83b1adbcaa6cde921 (patch) | |
tree | 8e6b346d3c681ae97fb5843b7b29c7fe157dda98 /starmath/source/smdetect.cxx | |
parent | 948892cb90b3107324dae0fe2e00e50d9bad035f (diff) |
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
Diffstat (limited to 'starmath/source/smdetect.cxx')
-rw-r--r-- | starmath/source/smdetect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smdetect.cxx b/starmath/source/smdetect.cxx index 3804f1b1c951..d5da5c328c6f 100644 --- a/starmath/source/smdetect.cxx +++ b/starmath/source/smdetect.cxx @@ -59,7 +59,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> |