From aba2019232db2020ccc099234226b896c831e092 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Aug 2020 17:17:52 +0200 Subject: remove unused pRscString field Change-Id: Id2ae96138c32d98933cb47020da63bd9e23ba7d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100559 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/global.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/global.hxx') diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index f22a6ea2f7fa..9250a27c3608 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -507,7 +507,6 @@ class ScGlobal static std::atomic pLegacyFuncCollection; static std::atomic pAddInCollection; static std::unique_ptr xUserList; - static std::map* pRscString; static SC_DLLPUBLIC const OUString aEmptyOUString; static OUString aStrClipDocName; static std::unique_ptr xEmptyBrushItem; -- cgit