aboutsummaryrefslogtreecommitdiff
path: root/source/oc/swext
ModeNameSize
d---------mediawiki99logplain
='feature/owncloud-provider-for-android'>feature/owncloud-provider-for-android LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-28 11:27:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-29 14:45:29 +0200
commiteb754cf5f36a7730672a72e198cf564b7e05fa3c (patch)
tree6860e8655935d3fab6d992b6379648b27ca8ec8b /sc/inc
parent17c936bca548acc93d6b2e70593bc711c0e6b8a4 (diff)
loplugin:unusedfields-in-constructor in sc
Change-Id: I074bb272b692dea553e1ec1e625c8afd766627d6 Reviewed-on: https://gerrit.libreoffice.org/54997 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/columniterator.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/columniterator.hxx b/sc/inc/columniterator.hxx
index b36a4c7028b2..c964e0ccb9c9 100644
--- a/sc/inc/columniterator.hxx
+++ b/sc/inc/columniterator.hxx
@@ -22,7 +22,6 @@ struct ScRefCellValue;
class ScColumnTextWidthIterator
{
- sc::CellTextAttrStoreType& mrCellTextAttrs;
const size_t mnEnd;
size_t mnCurPos;
sc::CellTextAttrStoreType::iterator miBlockCur;