[Libreoffice-commits] core.git: sc/inc

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 12 06:59:08 UTC 2020


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

New commits:
commit aba2019232db2020ccc099234226b896c831e092
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Aug 11 17:17:52 2020 +0200
Commit:     Noel Grandin <noel.grandin at 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.grandin at 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;


More information about the Libreoffice-commits mailing list