From abb6c01519a0318d7165dc9dc5b7d185353f93d6 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Mon, 6 Jul 2020 03:39:12 +0200 Subject: replace usage of whitelist with allowlist Background and motivation: https://tools.ietf.org/html/draft-knodel-terminology-02 [API CHANGE] officecfg::Office::Common::Misc::OpenCLWhiteList -> OpenCLAllowList Change-Id: I65636b19b13e4af1e4851f70e78053f3443d6bb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98181 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- include/comphelper/lok.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/comphelper/lok.hxx') diff --git a/include/comphelper/lok.hxx b/include/comphelper/lok.hxx index dfbc1a2ce6c0..a457c47b00a5 100644 --- a/include/comphelper/lok.hxx +++ b/include/comphelper/lok.hxx @@ -109,7 +109,7 @@ COMPHELPER_DLLPUBLIC void setLanguageTag(const LanguageTag& languageTag); /// Get the current LOK's language. COMPHELPER_DLLPUBLIC const LanguageTag& getLanguageTag(); /// If the language name should be used for this LOK instance. -COMPHELPER_DLLPUBLIC bool isWhitelistedLanguage(const OUString& lang); +COMPHELPER_DLLPUBLIC bool isAllowlistedLanguage(const OUString& lang); // Status indicator handling. Even if in theory there could be several status indicators active at // the same time, in practice there is only one at a time, so we don't handle any identification of -- cgit