From fbc038cc4f4a12f8302ce5b3bd7d739bd66a674e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 10 May 2019 09:34:10 +0100 Subject: an uno -> a uno MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- winaccessibility/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winaccessibility') diff --git a/winaccessibility/README b/winaccessibility/README index a7a8e7a9a8a6..2f507beacc64 100644 --- a/winaccessibility/README +++ b/winaccessibility/README @@ -30,7 +30,7 @@ Threading It's possible that the UNO components are called from threads other than the main thread, so they have to be synchronized. It would be nice -to put the component into an UNO apartment (and the COM components into STA) +to put the component into a UNO apartment (and the COM components into STA) but UNO would spawn a new thread for it so it's not possible. The COM components also call into the same global AccObjectWinManager as the UNO components do so both have to be synchronized in the same way. -- cgit v1.2.3