svx/source/table/accessibletableshape.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 5f15e1fc171b5a74c3e54041af888cc77523ff99
Author: Caolán McNamara <caol...@redhat.com>
Date:   Wed Dec 11 11:25:51 2013 +0000

    too many Inits
    
    so double acquire called, leak, keeps listening after
    expected death, loads and loads of crashes in draw with
    a11y enabled and slide switching with tables in them.
    
    regression since 60f11adb950e4f9645cc9ecb0f5af8235cc97366
    
    Change-Id: I182b43ad4a002a8dff0683cd1e991cfd1de75eb6

diff --git a/svx/source/table/accessibletableshape.cxx 
b/svx/source/table/accessibletableshape.cxx
index 469ed41..b423a75 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -176,8 +176,6 @@ Reference< XAccessible > 
AccessibleTableShapeImpl::getAccessibleChild( sal_Int32
         xAccessibleCell->Init();
         maChildMap[xCell] = xAccessibleCell;
 
-        xAccessibleCell->Init();
-
         Reference< XAccessible > xChild( xAccessibleCell.get() );
         return xChild;
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to