summaryrefslogtreecommitdiffstats
path: root/i18npool/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-10 16:38:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-10 16:39:48 +0100
commit997d1387abcfa40eca8d15a2fe025edc4a1de040 (patch)
tree95601c9237a45f718e5461b8aa777a92d4249422 /i18npool/inc
parentWaE: unknown log area (diff)
downloadcore-997d1387abcfa40eca8d15a2fe025edc4a1de040.tar.gz
core-997d1387abcfa40eca8d15a2fe025edc4a1de040.zip
Revert "fdo#81272 Speed up break iterators"
hmm, make CppunitTest_i18npool_test_breakiterator fails after all This reverts commit 693f72384e081429cddb29415276cc4d07b05645.
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/xdictionary.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/i18npool/inc/xdictionary.hxx b/i18npool/inc/xdictionary.hxx
index f7c0110d39fd..57f5238ac853 100644
--- a/i18npool/inc/xdictionary.hxx
+++ b/i18npool/inc/xdictionary.hxx
@@ -76,8 +76,6 @@ public:
private:
WordBreakCache cache[CACHE_MAX];
- OUString segmentCachedString;
- Boundary segmentCachedBoundary;
bool seekSegment(const OUString& rText, sal_Int32 pos, Boundary& boundary);
WordBreakCache& getCache(const sal_Unicode *text, Boundary& boundary);