From 711b650fe5390e5c7ca9a698d38f55cf03d3a898 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Thu, 17 Jun 2004 15:13:40 +0000 Subject: INTEGRATION: CWS os30 (1.2.78); FILE MERGED 2004/03/10 13:57:24 tl 1.2.78.1: #i11655# adding entries from user-dictionaries to suggestion list for misspelled words --- linguistic/inc/spelldta.hxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'linguistic') diff --git a/linguistic/inc/spelldta.hxx b/linguistic/inc/spelldta.hxx index 52701e42c3a3..29a61a03f789 100644 --- a/linguistic/inc/spelldta.hxx +++ b/linguistic/inc/spelldta.hxx @@ -2,9 +2,9 @@ * * $RCSfile: spelldta.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2003-03-26 12:51:39 $ + * last change: $Author: rt $ $Date: 2004-06-17 16:13:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,6 +110,13 @@ BOOL SeqHasEntry( /////////////////////////////////////////////////////////////////////////// +void SearchSimilarText( const rtl::OUString &rText, INT16 nLanguage, + ::com::sun::star::uno::Reference< + ::com::sun::star::linguistic2::XDictionaryList > &xDicList, + std::vector< rtl::OUString > & rDicListProps ); + +/////////////////////////////////////////////////////////////////////////// + class SpellAlternatives : public cppu::WeakImplHelper1 -- cgit