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 /sw/inc/accmap.hxx | |
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 'sw/inc/accmap.hxx')
-rw-r--r-- | sw/inc/accmap.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx index 0c3755a4b0b1..93692b635357 100644 --- a/sw/inc/accmap.hxx +++ b/sw/inc/accmap.hxx @@ -31,7 +31,7 @@ #include <cppuhelper/weakref.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> #include <rtl/ref.hxx> -#include <vos/mutex.hxx> +#include <osl/mutex.hxx> #include <svx/IAccessibleViewForwarder.hxx> #include <svx/IAccessibleParent.hxx> #include <tools/debug.hxx> @@ -88,8 +88,8 @@ typedef sal_uInt16 tAccessibleStates; class SwAccessibleMap : public accessibility::IAccessibleViewForwarder, public accessibility::IAccessibleParent { - mutable ::vos::OMutex maMutex; - ::vos::OMutex maEventMutex; + mutable ::osl::Mutex maMutex; + ::osl::Mutex maEventMutex; SwAccessibleContextMap_Impl *mpFrmMap; SwAccessibleShapeMap_Impl *mpShapeMap; SwShapeList_Impl *mpShapes; |