From 4f7b2ca221efe9f198994c98ac4603c9e4688f11 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 6 Jul 2017 08:33:06 +0200 Subject: loplugin:unusedfields in sc found a couple more by running make build-nocheck to exclude testing code Also, teach unusedfields loplugin about operator<<, since referring to a field in an ostream operator<< does not indicate a real use, it's normally for debugging Change-Id: I3dce22bf5afda2fd09e01de9bf1d0ef85e535aa8 Reviewed-on: https://gerrit.libreoffice.org/39625 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/types.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc') diff --git a/sc/inc/types.hxx b/sc/inc/types.hxx index 4cfa434c21cb..51898c291fde 100644 --- a/sc/inc/types.hxx +++ b/sc/inc/types.hxx @@ -104,7 +104,6 @@ struct MultiDataCellState SCCOL mnCol1; //< first non-empty column SCROW mnRow1; //< first non-empty row - SCTAB mnTab1; //< first non-empty sheet MultiDataCellState(); MultiDataCellState( StateType eState ); -- cgit