summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);