Kaydet (Commit) 5f15e1fc authored tarafından Caolán McNamara's avatar Caolán McNamara

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 60f11adb

Change-Id: I182b43ad4a002a8dff0683cd1e991cfd1de75eb6
üst 0cdba4ca
......@@ -176,8 +176,6 @@ Reference< XAccessible > AccessibleTableShapeImpl::getAccessibleChild( sal_Int32
xAccessibleCell->Init();
maChildMap[xCell] = xAccessibleCell;
xAccessibleCell->Init();
Reference< XAccessible > xChild( xAccessibleCell.get() );
return xChild;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment