summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-20 09:57:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-20 13:17:53 +0100
commit8955a5e7665758653678fad530e2936036e56fc6 (patch)
tree58693e1eac4c5888f850b8a9c1cb479db98348f5 /lingucomponent
parent6ea8084487411feea049f57712979fba4ad2fbce (diff)
The thesaruses are in mythes format
Change-Id: Idf633d7d310c920ae605b7a1996d251352fad079
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/thesaurus/libnth/nthesimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
index ed5c6757dfc8..08296b417aa5 100644
--- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
+++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx
@@ -523,7 +523,7 @@ OUString SAL_CALL Thesaurus::getServiceDisplayName( const Locale& /*rLocale*/ )
throw(RuntimeException, std::exception)
{
MutexGuard aGuard( GetLinguMutex() );
- return OUString( "OpenOffice.org New Thesaurus" );
+ return OUString( "Mythes Thesaurus" );
}
void SAL_CALL Thesaurus::initialize( const Sequence< Any >& rArguments )