summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-07 09:17:38 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-07 09:17:38 +0000
commit69742dae0b0be661562609042ec0c5c99b4b15af (patch)
treee7dd49395e6dd4178e035484a4d657e12b18d19a /linguistic/source
parent7740d2260c25666d520d4a93e3eb8adb5f97cccc (diff)
INTEGRATION: CWS sw8pp2utf8 (1.3.20); FILE MERGED
2005/12/23 10:59:14 tl 1.3.20.1: #i22591# hyphenation problem with words from user-dictionaries fixed
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/hyphdsp.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/linguistic/source/hyphdsp.hxx b/linguistic/source/hyphdsp.hxx
index c9fd42b651cc..c9213084fc38 100644
--- a/linguistic/source/hyphdsp.hxx
+++ b/linguistic/source/hyphdsp.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: hyphdsp.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:52:14 $
+ * last change: $Author: rt $ $Date: 2006-03-07 10:17:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,7 +124,8 @@ class HyphenatorDispatcher :
com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XHyphenatedWord>
- buildHyphWord( const ::com::sun::star::uno::Reference<
+ buildHyphWord( const rtl::OUString rOrigWord,
+ const ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XDictionaryEntry> &xEntry,
INT16 nLang, INT16 nMaxLeading );