diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-03-16 10:37:26 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-03-16 11:28:27 +0100 |
commit | bbdb751a10d6a9dc38f391559fa654fa554539a8 (patch) | |
tree | ab7f5dc7f07df0da4cbf90505740cc1d7683fbf2 /sc/inc | |
parent | 5a2c340e00050e21f29ae880593ef4f9ec1ba08d (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/inc')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 1 |
1 files changed, 0 insertions, 1 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; }; |