summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-03-16 10:37:26 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-03-16 11:28:27 +0100
commitbbdb751a10d6a9dc38f391559fa654fa554539a8 (patch)
treeab7f5dc7f07df0da4cbf90505740cc1d7683fbf2 /sc
parent5a2c340e00050e21f29ae880593ef4f9ec1ba08d (diff)
-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.grandin@collabora.co.uk> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/externalrefmgr.hxx1
-rw-r--r--sc/source/filter/xml/XMLCodeNameProvider.hxx2
2 files changed, 0 insertions, 3 deletions
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 );