diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:09:04 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-13 13:09:04 +0000 |
commit | 7c919bf4070453299f59de15cb19c1ccf49b6f82 (patch) | |
tree | 2d63c858414c356034399836d88b528cadc8d12b /lingucomponent | |
parent | 25eb33963048760b49b0a854685d154045d3c4b7 (diff) |
INTEGRATION: CWS hunspellexternal (1.18.60); FILE MERGED
2008/04/21 09:30:18 rene 1.18.60.2: RESYNC: (1.18-1.20); FILE MERGED
2007/12/20 13:21:25 rene 1.18.60.1: Hunspell is a external project, change displayed name
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index 91357dfd6beb..7ed1edf7485c 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sspellimp.cxx,v $ - * $Revision: 1.21 $ + * $Revision: 1.22 $ * * This file is part of OpenOffice.org. * @@ -541,7 +541,7 @@ OUString SAL_CALL throw(RuntimeException) { MutexGuard aGuard( GetLinguMutex() ); - return A2OU( "OpenOffice.org Hunspell SpellChecker" ); + return A2OU( "Hunspell SpellChecker" ); } |