summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column4.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-03 11:35:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-03 11:35:38 +0300
commitd6c842e0e9f88a7edf642c8f807b92e7ced9a1d1 (patch)
treeb0fef75658c5611d6c5f86e2e3a48588ce889df6 /sc/source/core/data/column4.cxx
parentadf74f8287a626d5dbd40a65c87cc79702b482fb (diff)
WaE: private fields 'mnTab' and 'mnCol' are not used
Change-Id: I449b85b00aeaf690644e17be0a6b2b9398a3cd3f
Diffstat (limited to 'sc/source/core/data/column4.cxx')
-rw-r--r--sc/source/core/data/column4.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sc/source/core/data/column4.cxx b/sc/source/core/data/column4.cxx
index c0c1fde3cb3f..a577e7a87e5f 100644
--- a/sc/source/core/data/column4.cxx
+++ b/sc/source/core/data/column4.cxx
@@ -326,15 +326,11 @@ namespace {
class ConvertFormulaToValueHandler
{
- SCTAB mnTab;
- SCCOL mnCol;
sc::CellValues maResValues;
bool mbModified;
public:
- ConvertFormulaToValueHandler( SCTAB nTab, SCCOL nCol ) :
- mnTab(nTab),
- mnCol(nCol),
+ ConvertFormulaToValueHandler( SCTAB, SCCOL ) :
mbModified(false)
{
maResValues.reset(MAXROWCOUNT);