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

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 5 03:03:53 UTC 2020


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

New commits:
commit 8605d47f154be97109ab3c76b543b3f30bd2d49a
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Aug 4 09:30:28 2020 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Aug 5 05:03:05 2020 +0200

    remove unused pStrScDoc field
    
    Change-Id: Ie62d5cc2c0c29be14c85e618ddb65cc328fadcb7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100083
    Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

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;


More information about the Libreoffice-commits mailing list