diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-16 03:13:32 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 17:54:56 -0500 |
commit | 84869b63b49405bede76a152f9c8d3d1e35db3b8 (patch) | |
tree | 387e69a8c18886082437414a0b48e480feca9ebf /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | 25ecc1fd1a876ab54f7be2e3ea0c8840842df079 (diff) |
merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index b820d80acbae..3f3059967447 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -64,7 +64,7 @@ #include "adtabdlg.hxx" #include <vcl/waitobj.hxx> #include <vcl/svapp.hxx> -#include <vos/mutex.hxx> +#include <osl/mutex.hxx> #include "UITools.hxx" #include <boost/optional.hpp> |