accessibility/source/standard/vclxaccessibletextcomponent.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit c7dfcc408228921f2a35508b61a27c0cf65442bb Author: Caolán McNamara <caol...@redhat.com> Date: Tue Apr 18 09:00:24 2017 +0100 returning -1 is generally threadsafe this also fixes an a11y exit on unhandled exception that's troubling one of jluths private documents Change-Id: I68207434d70e952b2c3439a3672e8df2439a4e78 diff --git a/accessibility/source/standard/vclxaccessibletextcomponent.cxx b/accessibility/source/standard/vclxaccessibletextcomponent.cxx index ba9b7d3de472..637094aac295 100644 --- a/accessibility/source/standard/vclxaccessibletextcomponent.cxx +++ b/accessibility/source/standard/vclxaccessibletextcomponent.cxx @@ -141,8 +141,6 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleTextComponent, VCLXAccessibleCom sal_Int32 VCLXAccessibleTextComponent::getCaretPosition() { - OExternalLockGuard aGuard( this ); - return -1; }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits