#i10000# Correct DBG_ASSERT line: check against 'numthes' instead of 'numdict'.

This commit is contained in:
Rüdiger Timm 2008-07-09 06:36:43 +00:00
parent 2a75e345c0
commit e6a76c86a6

View file

@ -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
{