diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-06-25 07:20:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-06-25 07:20:56 +0300 |
commit | bfe4ea0d11d3ca83eed00b71394072c6049d7566 (patch) | |
tree | 7d69e0cee6971c82f7d63c3af71da0fe79957c8d /sc | |
parent | 022c54742e7997bf46a608f1ab0b500f2537f7f5 (diff) |
WaE: private field 'mnIndex' is not used
Change-Id: If8c9b4bf1041881bb8fb92c51e2bce22909147c5
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/dociter.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx index 9458aaef50ef..23e310dc6a65 100644 --- a/sc/inc/dociter.hxx +++ b/sc/inc/dociter.hxx @@ -198,7 +198,6 @@ class ScCellIterator ScAddress maCurPos; PositionType maCurColPos; - SCSIZE mnIndex; bool mbSubTotal; ScRefCellValue maCurCell; |