sc/inc/global.hxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit aba2019232db2020ccc099234226b896c831e092
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Tue Aug 11 17:17:52 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Aug 12 08:58:16 2020 +0200

    remove unused pRscString field
    
    Change-Id: Id2ae96138c32d98933cb47020da63bd9e23ba7d7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100559
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to