diff options
author | Rob Snelders <programming@ertai.nl> | 2011-02-08 20:59:20 +0100 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-02-08 20:59:40 +0100 |
commit | 123ada6af7bd336aa07260646ee0adca33c8cbbc (patch) | |
tree | adf37f77324743d4815fe4ee84761821f191bdbb /linguistic/workben | |
parent | 48c6d8dfd592bb6e6692d209caf19e230d7d3831 (diff) |
translated comments
Diffstat (limited to 'linguistic/workben')
-rw-r--r-- | linguistic/workben/sprophelp.cxx | 2 | ||||
-rw-r--r-- | linguistic/workben/sspellimp.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx index 9a81205def23..8d01ec4fa0bf 100644 --- a/linguistic/workben/sprophelp.cxx +++ b/linguistic/workben/sprophelp.cxx @@ -344,7 +344,7 @@ void PropertyHelper_Spell::SetTmpPropVals( const PropertyValues &rPropVals ) bResIsSpellUpperCase = bIsSpellUpperCase; bResIsSpellWithDigits = bIsSpellWithDigits; bResIsSpellCapitalization = bIsSpellCapitalization; - // + INT32 nLen = rPropVals.getLength(); if (nLen) { diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index c8c80de16d8e..244930d70c25 100644 --- a/linguistic/workben/sspellimp.cxx +++ b/linguistic/workben/sspellimp.cxx @@ -457,7 +457,7 @@ Sequence< OUString > SpellChecker::getSupportedServiceNames_Static() { MutexGuard aGuard( GetLinguMutex() ); - Sequence< OUString > aSNS( 1 ); // auch mehr als 1 Service moeglich + Sequence< OUString > aSNS( 1 ); // more than 1 service possible aSNS.getArray()[0] = A2OU( SN_SPELLCHECKER ); return aSNS; } |