summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-11 17:17:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-12 08:58:16 +0200
commitaba2019232db2020ccc099234226b896c831e092 (patch)
treedb7a67fb1a0060b1f3c68306288e728fad2de5dd /sc
parent20f82636df96836a58633a315fc73d8081612da8 (diff)
remove unused pRscString field
Change-Id: Id2ae96138c32d98933cb47020da63bd9e23ba7d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100559 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/global.hxx1
1 files changed, 0 insertions, 1 deletions
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<LegacyFuncCollection*> pLegacyFuncCollection;
static std::atomic<ScUnoAddInCollection*> pAddInCollection;
static std::unique_ptr<ScUserList> xUserList;
- static std::map<const char*, OUString>* pRscString;
static SC_DLLPUBLIC const OUString aEmptyOUString;
static OUString aStrClipDocName;
static std::unique_ptr<SvxBrushItem> xEmptyBrushItem;