diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 14:06:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 14:06:05 +0000 |
commit | 80204d8fcf35c14168a75765360eb61977653162 (patch) | |
tree | bef084bbf17b8e0d28743b03ea7213aafeae831e /svx/source/accessibility/AccessibleParaManager.cxx | |
parent | 45804b0395ec0f8369224229e41f1b099c4754d3 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'svx/source/accessibility/AccessibleParaManager.cxx')
-rw-r--r-- | svx/source/accessibility/AccessibleParaManager.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/accessibility/AccessibleParaManager.cxx b/svx/source/accessibility/AccessibleParaManager.cxx index d5f77e81f292..59c699f73c45 100644 --- a/svx/source/accessibility/AccessibleParaManager.cxx +++ b/svx/source/accessibility/AccessibleParaManager.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleParaManager.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: thb $ $Date: 2002-07-24 16:19:17 $ + * last change: $Author: hr $ $Date: 2003-03-27 15:00:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -126,6 +126,9 @@ namespace accessibility Release( nNumParas, maChildren.size() ); maChildren.resize( nNumParas ); + + if( mnFocusedChild >= nNumParas ) + mnFocusedChild = -1; } sal_uInt32 AccessibleParaManager::GetNum() const |