summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-02-27 16:11:31 +0000
committerFrank Meies <fme@openoffice.org>2002-02-27 16:11:31 +0000
commitc35f378c89a27a0fc94e32efd66819bf4ad411a3 (patch)
tree7de0c6b7249cfac6dba9ac1b17e51777ac1dfdd1 /sw/source/core
parent0af4d64e5842f168f4b806feec806c510118bfb4 (diff)
#95586# Accessibility - Get coordinates for a position inside a paragraph - Assertion changed
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/text/itrcrsr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/itrcrsr.cxx b/sw/source/core/text/itrcrsr.cxx
index eb379fecb794..e747a99538fb 100644
--- a/sw/source/core/text/itrcrsr.cxx
+++ b/sw/source/core/text/itrcrsr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: itrcrsr.cxx,v $
*
- * $Revision: 1.42 $
+ * $Revision: 1.43 $
*
- * last change: $Author: fme $ $Date: 2002-02-27 17:05:19 $
+ * last change: $Author: fme $ $Date: 2002-02-27 17:11:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -842,7 +842,7 @@ void SwTxtCursor::_GetCharRect( SwRect* pOrig, const xub_StrLen nOfst,
if( pPor )
{
- ASSERT( !pPor->InNumberGrp(), "Number surprise" );
+ ASSERT( !pPor->InNumberGrp() || bInsideFirstField, "Number surprise" );
sal_Bool bEmptyFld = sal_False;
if( pPor->InFldGrp() && pPor->GetLen() )
{