sc/inc/externalrefmgr.hxx                    |    1 -
 sc/source/filter/xml/XMLCodeNameProvider.hxx |    2 --
 2 files changed, 3 deletions(-)

New commits:
commit bbdb751a10d6a9dc38f391559fa654fa554539a8
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Mon Mar 16 10:37:26 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Mon Mar 16 11:28:27 2020 +0100

    -Werror,-Wunused-private-field
    
    Appears to be a mis-merge of 9d4c36d7914e2746a751a56de01063c9159f0f99 
"Revert
    'loplugin:constfields in sc'".
    
    Change-Id: I69a51cdc95fe0a2741b469d2400af51713c6afe3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90553
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>
    Tested-by: Jenkins

diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index 835ddd106bf4..368ceb4385fd 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -71,7 +71,6 @@ private:
     ScExternalRefLink(const ScExternalRefLink&) = delete;
 
     sal_uInt16  mnFileId;
-    OUString    maFilterName;
     ScDocument* mpDoc;
     bool        mbDoRefresh;
 };
diff --git a/sc/source/filter/xml/XMLCodeNameProvider.hxx 
b/sc/source/filter/xml/XMLCodeNameProvider.hxx
index aded4b411a0a..b04abe5c3c6b 100644
--- a/sc/source/filter/xml/XMLCodeNameProvider.hxx
+++ b/sc/source/filter/xml/XMLCodeNameProvider.hxx
@@ -30,8 +30,6 @@ class ScDocument;
 class XMLCodeNameProvider : public ::cppu::WeakImplHelper< 
css::container::XNameAccess >
 {
     ScDocument* mpDoc;
-    OUString msDocName;
-    OUString msCodeNameProp;
 
     static bool _getCodeName( const css::uno::Any& aAny,
                            OUString& rCodeName );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to