diff options
author | Thomas Lange <tl@openoffice.org> | 2000-12-05 14:31:24 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2000-12-05 14:31:24 +0000 |
commit | 20fa40c3d98dbece980d4331c143d5edc65cf719 (patch) | |
tree | 898965dd01bd4b93035acd45124972edcf97e011 /linguistic | |
parent | 7c428d478eef86a83888e210bce2ac5042474a17 (diff) |
'StarOffice example SpellChecker' changed to 'OpenOffice example spellchecker'
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/workben/sspellimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index 6e7525c58615..f1be70ec2d71 100644 --- a/linguistic/workben/sspellimp.cxx +++ b/linguistic/workben/sspellimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sspellimp.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-11-17 12:37:45 $ + * last change: $Author: tl $ $Date: 2000-12-05 15:31:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -392,7 +392,7 @@ OUString SAL_CALL throw(RuntimeException) { MutexGuard aGuard( GetLinguMutex() ); - return A2OU( "StarOffice example SpellChecker" ); + return A2OU( "OpenOffice example spellchecker" ); } |