diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 13:32:54 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 13:32:54 +0000 |
commit | 09ca9c3448251e6cebc277ac2e6c75133d2b031d (patch) | |
tree | 52e1a30fd4eae90c819721f38eff9e6673f155ec /icu | |
parent | bcb81b7303fe12befa212055fa42b726a5f33a53 (diff) |
INTEGRATION: CWS i18n43_DEV300 (1.10.8.1.2); FILE MERGED
2008/04/29 21:49:49 khong 1.10.8.1.2.1: #i88411# remove setBreakType patch from i81519
Diffstat (limited to 'icu')
-rw-r--r-- | icu/icu-3.6.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/icu/icu-3.6.patch b/icu/icu-3.6.patch index b55516c8c151..7eac1d9a09cc 100644 --- a/icu/icu-3.6.patch +++ b/icu/icu-3.6.patch @@ -36,25 +36,6 @@ /*===========================================================================*/ /* Code alignment and C function inlining */ -*** misc/icu/source/common/unicode/rbbi.h Fri Aug 11 07:46:40 2006 ---- misc/build/icu/source/common/unicode/rbbi.h Mon Jan 28 21:31:50 2008 -*************** -*** 611,622 **** ---- 611,624 ---- - virtual int32_t getBreakType() const; - #endif - -+ public: - /** - * Set the type of the break iterator. - * @internal - */ - virtual void setBreakType(int32_t type); - -+ protected: - /** - * Common initialization function, used by constructors and bufferClone. - * (Also used by DictionaryBasedBreakIterator::createBufferClone().) *** misc/icu/source/common/unicode/umachine.h Tue Feb 7 02:54:16 2006 --- misc/build/icu/source/common/unicode/umachine.h Mon Jan 28 21:31:50 2008 *************** |