INTEGRATION: CWS thaiissues (1.10.6); FILE MERGED

2005/10/26 20:41:53 khong 1.10.6.1: use icu thai linke break algorithm for thai breakiterator
This commit is contained in:
Oliver Bolte 2005-11-16 09:17:20 +00:00
parent 9fcedc1568
commit 51854bf5e4

View file

@ -4,9 +4,9 @@
*
* $RCSfile: breakiterator_unicode.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: rt $ $Date: 2005-10-17 15:42:00 $
* last change: $Author: obo $ $Date: 2005-11-16 10:17:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -87,7 +87,7 @@ public:
throw( com::sun::star::uno::RuntimeException );
protected:
const sal_Char *cBreakIterator, *wordRule;
const sal_Char *cBreakIterator, *wordRule, *lineRule;
Boundary result; // for word break iterator
rtl::OUString aText;