diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 08:41:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 08:41:49 +0000 |
commit | f2f93310a6610cd4b9dc1a34768edcd219ea6f88 (patch) | |
tree | c73b5b0145f51439491d2b9dca5d9940fbf39593 /lingucomponent/source/thesaurus | |
parent | ee4eb67e27e7891694b43228c1e8de095a07a58c (diff) |
INTEGRATION: CWS tl38 (1.9.32); FILE MERGED
2007/06/13 15:57:13 tl 1.9.32.1: #i74587# fix order of usage for thesaurus; user installed versions now have preference of those that came with the installation
Diffstat (limited to 'lingucomponent/source/thesaurus')
-rw-r--r-- | lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 3b4681a85e40..ee778cb7607f 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: nthesimp.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-16 16:12:44 $ + * last change: $Author: obo $ $Date: 2007-07-18 09:41:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -260,7 +260,7 @@ Sequence< Locale > SAL_CALL Thesaurus::getLocales() aTEncs[k] = 0; aTNames[k] = aPathOpt.GetUserDictionaryPath() + A2OU("/") + A2OU(postupthes[i]->filename); - aCharSetInfo[k] = new CharClass(nLoc); + aCharSetInfo[k] = new CharClass(nLoc); k++; } @@ -405,6 +405,9 @@ Sequence < Reference < ::com::sun::star::linguistic2::XMeaning > > SAL_CALL pTH = aThes[i]; aEnc = aTEncs[i]; pCC = aCharSetInfo[i]; + + if (pTH) + break; } } |