summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-08-06 09:51:22 +0200
committerThomas Lange [tl] <tl@openoffice.org>2010-08-06 09:51:22 +0200
commitadb0c9fe06f0a9b8c871df5e45303c6414106107 (patch)
treeff805f6abfabe6bc83cad343950ac6337afcf086 /lingucomponent
parent586b0c3bd91d90393ee8c744029a02fdadd9ef06 (diff)
cws tl82: type fixed
Diffstat (limited to 'lingucomponent')
-rwxr-xr-xlingucomponent/source/spellcheck/spell/sspellimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
index 551929864b55..b8b0fe7a13cd 100755
--- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx
+++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx
@@ -461,7 +461,7 @@ Reference< XSpellAlternatives >
OUString *pStr = aStr.getArray();
for (int ii=0; ii < count; ++ii)
{
- OUString cvtwrd(suglst[ii],strlen(suglst[ii]),aEnc);
+ OUString cvtwrd(suglst[ii],strlen(suglst[ii]),eEnc);
pStr[numsug + ii] = cvtwrd;
}
pMS->free_list(&suglst, count);