diff options
-rw-r--r-- | sc/source/core/data/subtotalparam.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/core/data/subtotalparam.cxx b/sc/source/core/data/subtotalparam.cxx index 00c9bc1d1b52..b2e9b1bbd2df 100644 --- a/sc/source/core/data/subtotalparam.cxx +++ b/sc/source/core/data/subtotalparam.cxx @@ -162,8 +162,6 @@ bool ScSubTotalParam::operator==( const ScSubTotalParam& rOther ) const if ( bEqual && (nSubTotals[i] > 0) ) { - bEqual = (pSubTotals != NULL) && (pFunctions != NULL); - for (SCCOL j=0; (j<nSubTotals[i]) && bEqual; j++) { bEqual = bEqual |