diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-18 07:54:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-18 12:11:33 +0000 |
commit | b495eb4dbaf9165414b2082572d96d14dbf38d1f (patch) | |
tree | 11287cca8fab4c0c047aad82509dce0dd4f68897 /i18npool/inc | |
parent | 97e61ba58c357564d8fbffea94c8aa56636480b9 (diff) |
loplugin:datamembershadow
Change-Id: I8a737a2f22c7be9630a1f7562b4309e687bb85f9
Reviewed-on: https://gerrit.libreoffice.org/30948
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'i18npool/inc')
-rw-r--r-- | i18npool/inc/breakiterator_unicode.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/inc/breakiterator_unicode.hxx b/i18npool/inc/breakiterator_unicode.hxx index ffcb4fe44d1b..969f90ef77ff 100644 --- a/i18npool/inc/breakiterator_unicode.hxx +++ b/i18npool/inc/breakiterator_unicode.hxx @@ -73,7 +73,6 @@ public: protected: const sal_Char *cBreakIterator, *lineRule; - Boundary result; // for word break iterator struct BI_Data { |