summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-06-17 15:13:40 +0000
committerRüdiger Timm <rt@openoffice.org>2004-06-17 15:13:40 +0000
commit711b650fe5390e5c7ca9a698d38f55cf03d3a898 (patch)
treea4ddd5ea2828abeb932b7dcc344ae5281a8ce2d5 /linguistic
parentf3772dd494b024512cda7ae828106ae2a84725cd (diff)
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
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/inc/spelldta.hxx11
1 files changed, 9 insertions, 2 deletions
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