diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-12-11 11:25:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-12-11 11:28:08 +0000 |
commit | 5f15e1fc171b5a74c3e54041af888cc77523ff99 (patch) | |
tree | 23e504307301d81717178b2434985057fcf50b0d | |
parent | 0cdba4ca17942b5a4f9f8ac3b91a7d0b096bad57 (diff) |
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
-rw-r--r-- | svx/source/table/accessibletableshape.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx index 469ed418693c..b423a751fa65 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; } |