diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:35:13 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 13:35:13 +0000 |
commit | 4796b3be8f2a7980dc58c8a40ceec7202af2f695 (patch) | |
tree | e97db860c2a92e509fab5f8fa6b7287cdf48057e | |
parent | ecc851a07eac40ed20a27d738dca7d276fef614c (diff) |
INTEGRATION: CWS gt08hangulhanja (1.4.8); FILE MERGED
2004/10/26 09:30:40 tl 1.4.8.2: #117803# fixed namespace notation of OUString
2004/10/26 00:38:58 khong 1.4.8.1: #117803# make user dictionary in word searching loop
-rw-r--r-- | i18npool/inc/textconversion.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/inc/textconversion.hxx b/i18npool/inc/textconversion.hxx index 5784a50ccce0..70e735f978bd 100644 --- a/i18npool/inc/textconversion.hxx +++ b/i18npool/inc/textconversion.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textconversion.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-09-17 13:56:24 $ + * last change: $Author: rt $ $Date: 2004-11-26 14:35:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -203,6 +203,9 @@ public: private : // user defined dictionary list com::sun::star::uno::Reference < com::sun::star::linguistic2::XConversionDictionaryList > xCDL; + rtl::OUString SAL_CALL getWordConversion(const ::rtl::OUString& aText, + sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions); + com::sun::star::lang::Locale aLocale; }; } // i18n |