summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-25 09:07:42 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-25 09:07:42 +0000
commitdece920fd56db83898de852ee7bd1d8cf231a06d (patch)
tree1d8cf23c1abf29e38ec0bd5536c84aa1aecb5b54 /i18npool/inc
parent4e1fb4895192fc4458d089b288dab0a68447c387 (diff)
INTEGRATION: CWS i18n16 (1.4.22); FILE MERGED
2005/02/04 19:06:06 khong 1.4.22.1: #i41671# use ICU rules for Thai breakiterator
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/breakiterator_th.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/i18npool/inc/breakiterator_th.hxx b/i18npool/inc/breakiterator_th.hxx
index 9240fd142fd6..f0b6aa65272a 100644
--- a/i18npool/inc/breakiterator_th.hxx
+++ b/i18npool/inc/breakiterator_th.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: breakiterator_th.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2004-07-30 14:36:54 $
+ * last change: $Author: vg $ $Date: 2005-02-25 10:07:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,6 @@
************************************************************************/
#ifndef _I18N_BREAKITERATOR_TH_HXX_
#define _I18N_BREAKITERATOR_TH_HXX_
-
#include <breakiterator_ctl.hxx>
namespace com { namespace sun { namespace star { namespace i18n {
@@ -76,8 +75,6 @@ public:
protected:
void SAL_CALL makeIndex(const rtl::OUString& text, sal_Int32 pos) throw(com::sun::star::uno::RuntimeException);
- icu::BreakIterator* SAL_CALL loadICUWordBreakIterator(const rtl::OUString& Text, sal_Int32 nStartPos, const com::sun::star::lang::Locale& rLocale,
- sal_Int16 rWordType) throw( com::sun::star::uno::RuntimeException);
};
} } } }