From 2ad735a9577fd463399e4fd1b0f31549aed7243f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Aug 2020 17:18:47 +0200 Subject: [PATCH] remove unused pScIntlWrapper field from ScGlobal Change-Id: I687f4d5bb485724ca93cd7402c7c05743705d633 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100560 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/global.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 9250a27c3608..b5231e773804 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -526,7 +526,6 @@ class ScGlobal static std::atomic pCollator; static std::atomic<::utl::TransliterationWrapper*> pTransliteration; static std::atomic<::utl::TransliterationWrapper*> pCaseTransliteration; - static IntlWrapper* pScIntlWrapper; static std::atomic pLocale; static ScFieldEditEngine* pFieldEditEngine;