remove one more wrong IsDataFiltered call

This commit is contained in:
Markus Mohrhard
2012-04-14 16:53:39 +02:00
parent 3fceaca5d6
commit bc16be3e1e

View File

@@ -198,7 +198,7 @@ void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
rMinDigits = 0; rMinDigits = 0;
rListData = NULL; rListData = NULL;
rCmd = FILL_SIMPLE; rCmd = FILL_SIMPLE;
if ( (nScFillModeMouseModifier & KEY_MOD1) || IsDataFiltered(nCol1, nRow1, nCol2, nRow2) ) if ( (nScFillModeMouseModifier & KEY_MOD1) )
return ; // Ctrl-Taste: Copy return ; // Ctrl-Taste: Copy
SCCOL nAddX; SCCOL nAddX;