winaccessibility/source/UAccCOM/MAccessible.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f5109c38e2d5bd608fc6b94fde75e73d70e0c4f7 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri Aug 5 12:08:15 2022 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Fri Aug 5 16:39:15 2022 +0200 wina11y: Fix indentation of this line Change-Id: I5b2344c90315aec974e27bba5e3a44e201ffc283 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137860 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/winaccessibility/source/UAccCOM/MAccessible.cxx b/winaccessibility/source/UAccCOM/MAccessible.cxx index eaf3e12b4484..a7b313ae0abf 100644 --- a/winaccessibility/source/UAccCOM/MAccessible.cxx +++ b/winaccessibility/source/UAccCOM/MAccessible.cxx @@ -1225,7 +1225,7 @@ COM_DECLSPEC_NOTHROW STDMETHODIMP CMAccessible::Put_XAccFocus(long dChildID) } return S_OK; - } catch(...) { return E_FAIL; } + } catch(...) { return E_FAIL; } } /**