summaryrefslogtreecommitdiffstats
path: root/i18npool/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-15 23:04:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-15 23:04:36 +0200
commit3b6ee58652d99accd610425264114d1d5b3330df (patch)
treee9585dcabdb2bc544e892ea4fb97fbbc64bec2a5 /i18npool/inc
parentdisable atl and activex be default if a Visual Studio Express is detected (diff)
downloadcore-3b6ee58652d99accd610425264114d1d5b3330df.tar.gz
core-3b6ee58652d99accd610425264114d1d5b3330df.zip
Remove unused BreakIterator_Unicode::wordRule
Change-Id: I8cde0dfd7b760d8075f53b9de8a8d3a81a57dc27
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/breakiterator_unicode.hxx2
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