summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/checkmt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'winaccessibility/source/service/checkmt.hxx')
-rwxr-xr-x[-rw-r--r--]winaccessibility/source/service/checkmt.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/winaccessibility/source/service/checkmt.hxx b/winaccessibility/source/service/checkmt.hxx
index 7eaaebf43713..c52b6d239925 100644..100755
--- a/winaccessibility/source/service/checkmt.hxx
+++ b/winaccessibility/source/service/checkmt.hxx
@@ -21,9 +21,10 @@
#pragma once
-#include <vos/mutex.hxx>
+#include "comphelper/solarmutex.hxx"
bool IsInMainThread();
-vos::IMutex& GetSolarMutex();
+comphelper::SolarMutex& GetSolarMutex();
+
bool IsBridgeRegisteredAcc();