summaryrefslogtreecommitdiff
path: root/i18npool/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-11-17 09:02:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-11-19 07:42:14 +0100
commit9656150f313229533a291eefd1bf33986bb19730 (patch)
tree0eb8a48678e2574fd9ff4eec30a8ac26ed844502 /i18npool/inc
parent4c4b05b762e511bc466105be252fb3cecf2307ad (diff)
loplugin:singlevalfields
Change-Id: If21bdaa8431a4d40bbf70a6e9a119d77a3596012 Reviewed-on: https://gerrit.libreoffice.org/63487 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'i18npool/inc')
-rw-r--r--i18npool/inc/collator_unicode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/inc/collator_unicode.hxx b/i18npool/inc/collator_unicode.hxx
index 275b8f8faf79..3c9e9ee1d6d4 100644
--- a/i18npool/inc/collator_unicode.hxx
+++ b/i18npool/inc/collator_unicode.hxx
@@ -62,7 +62,6 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
private:
- const sal_Char *implementationName;
std::unique_ptr<icu::RuleBasedCollator> uca_base, collator;
#ifndef DISABLE_DYNLOADING
oslModule hModule;