diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-04 09:30:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-05 05:03:05 +0200 |
commit | 8605d47f154be97109ab3c76b543b3f30bd2d49a (patch) | |
tree | d552c643f9807a2344b70b417974c52a289c91d0 | |
parent | f3ff488fd4fb56f178ffbb7b3880dfafdd9d8e9c (diff) |
remove unused pStrScDoc field
Change-Id: Ie62d5cc2c0c29be14c85e618ddb65cc328fadcb7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100083
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 309455adc348..de0b3311c4fc 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -508,7 +508,6 @@ class ScGlobal static std::atomic<ScUnoAddInCollection*> pAddInCollection; static ScUserList* pUserList; static std::map<const char*, OUString>* pRscString; - static OUString* pStrScDoc; static SC_DLLPUBLIC const OUString aEmptyOUString; static OUString aStrClipDocName; static std::unique_ptr<SvxBrushItem> xEmptyBrushItem; |