summaryrefslogtreecommitdiff
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx13
1 files changed, 6 insertions, 7 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index df5f697841e2..0090d7837876 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -20,17 +20,17 @@
#define INCLUDED_SW_INC_ACCMAP_HXX
#include <cppuhelper/weakref.hxx>
-#include <osl/mutex.hxx>
-#include <o3tl/typed_flags_set.hxx>
-#include <o3tl/sorted_vector.hxx>
#include <rtl/ref.hxx>
+#include <osl/mutex.hxx>
#include <svx/IAccessibleViewForwarder.hxx>
#include <svx/IAccessibleParent.hxx>
+
#include <svx/AccessibleControlShape.hxx>
+#include <o3tl/typed_flags_set.hxx>
-#include <memory>
-#include <mutex>
#include <vector>
+#include <memory>
+#include <o3tl/sorted_vector.hxx>
class SwAccessibleParagraph;
class SwViewShell;
@@ -90,7 +90,7 @@ class SwAccessibleMap final : public ::accessibility::IAccessibleViewForwarder,
, public std::enable_shared_from_this<SwAccessibleMap>
{
mutable ::osl::Mutex maMutex;
- std::mutex maEventMutex;
+ ::osl::Mutex maEventMutex;
std::unique_ptr<SwAccessibleContextMap_Impl> mpFrameMap;
std::unique_ptr<SwAccessibleShapeMap_Impl> mpShapeMap;
SwShapeList_Impl mvShapes;
@@ -115,7 +115,6 @@ class SwAccessibleMap final : public ::accessibility::IAccessibleViewForwarder,
void FireEvent( const SwAccessibleEvent_Impl& rEvent );
- void AppendEvent( std::unique_lock<std::mutex>& rGuard, const SwAccessibleEvent_Impl& rEvent );
void AppendEvent( const SwAccessibleEvent_Impl& rEvent );
void InvalidateCursorPosition( const css::uno::Reference<css::accessibility::XAccessible>& rAcc );