summaryrefslogtreecommitdiff
path: root/sw/source/core/access/acccell.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-05-03 11:34:00 +0000
committerMichael Brauer <mib@openoffice.org>2002-05-03 11:34:00 +0000
commit16db64566381a00d0e5178c699cb0c776af46139 (patch)
tree50621cf11e1811a4a890887b9b5e33ba57b68530 /sw/source/core/access/acccell.cxx
parent847fe84fa7a52ce7b2ae95b8681627b9a8522d62 (diff)
#95586#: Accessible tables
Diffstat (limited to 'sw/source/core/access/acccell.cxx')
-rw-r--r--sw/source/core/access/acccell.cxx6
1 files changed, 4 insertions, 2 deletions
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 );
}