Kaydet (Commit) d6c842e0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: private fields 'mnTab' and 'mnCol' are not used

Change-Id: I449b85b00aeaf690644e17be0a6b2b9398a3cd3f
üst adf74f82
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment