Kaydet (Commit) 1c28065d authored tarafından Caolán McNamara's avatar Caolán McNamara

disposed but not dtored

just die when you are supposed to, without this endless amounts of accessiblity
cells remain after sorting slides with tables in them

Change-Id: Ice9a86b8b806e58f9bf871341a38f7729798dda9
üst 0b8e2e5e
...@@ -132,6 +132,7 @@ void AccessibleTableShapeImpl::dispose() ...@@ -132,6 +132,7 @@ void AccessibleTableShapeImpl::dispose()
{ {
(*iter).second->dispose(); (*iter).second->dispose();
} }
maChildMap.clear();
Reference< XModifyListener > xListener( this ); Reference< XModifyListener > xListener( this );
mxTable->removeModifyListener( xListener ); mxTable->removeModifyListener( xListener );
mxTable.clear(); mxTable.clear();
......
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