From 16db64566381a00d0e5178c699cb0c776af46139 Mon Sep 17 00:00:00 2001 From: Michael Brauer Date: Fri, 3 May 2002 11:34:00 +0000 Subject: #95586#: Accessible tables --- sw/source/core/access/acccell.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sw/source/core/access/acccell.cxx') diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx index e316cd772ade..69e5f63936cc 100644 --- a/sw/source/core/access/acccell.cxx +++ b/sw/source/core/access/acccell.cxx @@ -2,9 +2,9 @@ * * $RCSfile: acccell.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mib $ $Date: 2002-04-17 14:07:39 $ + * last change: $Author: mib $ $Date: 2002-05-03 12:34:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -313,6 +313,7 @@ void SwAccessibleCell::Dispose( sal_Bool bRecursive ) GetMap()->GetContextImpl( pParent, sal_False ) ); if( xAccImpl.isValid() ) xAccImpl->DisposeChild( GetFrm(), bRecursive ); + SwAccessibleContext::Dispose( bRecursive ); } void SwAccessibleCell::InvalidatePosOrSize( const SwRect& rOldBox ) @@ -322,4 +323,5 @@ void SwAccessibleCell::InvalidatePosOrSize( const SwRect& rOldBox ) GetMap()->GetContextImpl( pParent, sal_False ) ); if( xAccImpl.isValid() ) xAccImpl->InvalidateChildPosOrSize( GetFrm(), rOldBox ); + SwAccessibleContext::InvalidatePosOrSize( rOldBox ); } -- cgit v1.2.3