diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-06 09:08:22 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-06 09:08:22 +0000 |
commit | 82b0572170e95d450aa7718254bf4e07c50f4513 (patch) | |
tree | d80c62743d79d3a974eb170dd2f279c4538456c6 /lingucomponent/source | |
parent | 7da1bd7a43906a3ba9e9cce6a84a98fa581d1a83 (diff) |
INTEGRATION: CWS hyphenexternal (1.20.64); FILE MERGED
2008/04/22 13:56:10 rene 1.20.64.3: RESYNC: (1.21-1.24); FILE MERGED
2008/01/04 20:34:04 rene 1.20.64.2: RESYNC: (1.20-1.20.66.1); FILE MERGED
2007/12/20 13:19:51 rene 1.20.64.1: we now use libhyphen, change displayed name
Diffstat (limited to 'lingucomponent/source')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index e6cda6dc29d2..6ee2c56dba2f 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: hyphenimp.cxx,v $ - * $Revision: 1.25 $ + * $Revision: 1.26 $ * * This file is part of OpenOffice.org. * @@ -757,7 +757,7 @@ OUString SAL_CALL throw(RuntimeException) { MutexGuard aGuard( GetLinguMutex() ); - return A2OU( "ALTLinux LibHnj Hyphenator" ); + return A2OU( "Libhyphen Hyphenator" ); } |