diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-15 23:04:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-15 23:04:36 +0200 |
commit | 3b6ee58652d99accd610425264114d1d5b3330df (patch) | |
tree | e9585dcabdb2bc544e892ea4fb97fbbc64bec2a5 /i18npool/inc | |
parent | 1744fed4a455a85d948507d91af1f2e186046851 (diff) |
Remove unused BreakIterator_Unicode::wordRule
Change-Id: I8cde0dfd7b760d8075f53b9de8a8d3a81a57dc27
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/breakiterator_unicode.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/breakiterator_unicode.hxx b/i18npool/inc/breakiterator_unicode.hxx index c72c2d616913..072fcd7b9b36 100644 --- a/i18npool/inc/breakiterator_unicode.hxx +++ b/i18npool/inc/breakiterator_unicode.hxx @@ -72,7 +72,7 @@ public: throw( com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE; protected: - const sal_Char *cBreakIterator, *wordRule, *lineRule; + const sal_Char *cBreakIterator, *lineRule; Boundary result; // for word break iterator struct BI_Data |