#i10000# Correct DBG_ASSERT line: check against 'numthes' instead of 'numdict'.
This commit is contained in:
parent
2a75e345c0
commit
e6a76c86a6
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
* OpenOffice.org - a multi-platform office productivity suite
|
||||
*
|
||||
* $RCSfile: nthesimp.cxx,v $
|
||||
* $Revision: 1.16 $
|
||||
* $Revision: 1.17 $
|
||||
*
|
||||
* This file is part of OpenOffice.org.
|
||||
*
|
||||
|
@ -243,7 +243,7 @@ Sequence< Locale > SAL_CALL Thesaurus::getLocales()
|
|||
}
|
||||
}
|
||||
}
|
||||
DBG_ASSERT( k == numdict, "index mismatch?" );
|
||||
DBG_ASSERT( k == numthes, "index mismatch?" );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue