summaryrefslogtreecommitdiffstats
path: root/extra/icu/setBreakType.patch
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/icu/setBreakType.patch
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/icu/setBreakType.patch')
-rw-r--r--extra/icu/setBreakType.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/extra/icu/setBreakType.patch b/extra/icu/setBreakType.patch
deleted file mode 100644
index 93eab5c17..000000000
--- a/extra/icu/setBreakType.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- icu/source/common/unicode/rbbi.h.mrl 2007-12-11 08:29:28.000000000 -0500
-+++ icu/source/common/unicode/rbbi.h 2007-12-11 08:30:02.000000000 -0500
-@@ -633,6 +633,12 @@ public:
- */
- virtual const uint8_t *getBinaryRules(uint32_t &length);
-
-+ /**
-+ * Set the type of the break iterator.
-+ * @internal
-+ */
-+ // <mrl> Must be public (OOo requirement)
-+ virtual void setBreakType(int32_t type);
-
- protected:
- //=======================================================================
-@@ -664,12 +670,6 @@ protected:
- #endif
-
- /**
-- * Set the type of the break iterator.
-- * @internal
-- */
-- virtual void setBreakType(int32_t type);
--
-- /**
- * Common initialization function, used by constructors and bufferClone.
- * (Also used by DictionaryBasedBreakIterator::createBufferClone().)
- * @internal