diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 15:39:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-23 08:55:53 +0200 |
commit | 05eda0dc19af81ed0d5167bdd0a92113e6e8bc60 (patch) | |
tree | cbb93df5b0b7f864055a964f786cd36f093545bb /sc/inc/cellvalues.hxx | |
parent | 56b2a2d874c5c74af0eb02d6d542f4dc9d748870 (diff) |
loplugin:unusedfields in sc
Change-Id: If5123e676a27302f3e11475309bc748977c6f430
Diffstat (limited to 'sc/inc/cellvalues.hxx')
-rw-r--r-- | sc/inc/cellvalues.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/cellvalues.hxx b/sc/inc/cellvalues.hxx index 7c132b00fce2..9782357dee24 100644 --- a/sc/inc/cellvalues.hxx +++ b/sc/inc/cellvalues.hxx @@ -30,9 +30,8 @@ struct CellValueSpan { SCROW mnRow1; SCROW mnRow2; - CellType meType; - CellValueSpan( SCROW nRow1, SCROW nRow2, CellType eType ); + CellValueSpan( SCROW nRow1, SCROW nRow2 ); }; /** |