summaryrefslogtreecommitdiff
path: root/svx/source/table
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-12-11 11:57:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-12-11 12:57:30 +0000
commit1c28065d8fe3e9a1394a7ecfc29e95a9639a1012 (patch)
treefffdc0edcd0790b9c64f08dd1cfc2fa5d0650835 /svx/source/table
parent0b8e2e5efe20519e8b5563314bac0cbb84a3b967 (diff)
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
Diffstat (limited to 'svx/source/table')
-rw-r--r--svx/source/table/accessibletableshape.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx
index b423a751fa65..9d1ab93be562 100644
--- a/svx/source/table/accessibletableshape.cxx
+++ b/svx/source/table/accessibletableshape.cxx
@@ -132,6 +132,7 @@ void AccessibleTableShapeImpl::dispose()
{
(*iter).second->dispose();
}
+ maChildMap.clear();
Reference< XModifyListener > xListener( this );
mxTable->removeModifyListener( xListener );
mxTable.clear();