diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-09 06:36:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-09 06:36:43 +0000 |
commit | e6a76c86a644f782526c414a71f4923ec1dba2f9 (patch) | |
tree | 3cd02fed3e377077706f412b5a48984c0f94298d /lingucomponent | |
parent | 2a75e345c0f2100662b5173ec518069eb2ab85a5 (diff) |
#i10000# Correct DBG_ASSERT line: check against 'numthes' instead of 'numdict'.
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 517b9ae17e59..859d89533a8a 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -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 { |