summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-14 16:53:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-15 01:26:02 +0200
commitbc16be3e1ed9257b8adc68390de5dc11da100b56 (patch)
treeaf020fa8091ea2fd1696549336f5e57ed89814e9 /sc
parent3fceaca5d6a95371d2c625a569e804a1b2141c0f (diff)
remove one more wrong IsDataFiltered call
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table4.cxx b/sc/source/core/data/table4.cxx
index e0915044a6a0..a632cf83bd7a 100644
--- a/sc/source/core/data/table4.cxx
+++ b/sc/source/core/data/table4.cxx
@@ -198,7 +198,7 @@ void ScTable::FillAnalyse( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
rMinDigits = 0;
rListData = NULL;
rCmd = FILL_SIMPLE;
- if ( (nScFillModeMouseModifier & KEY_MOD1) || IsDataFiltered(nCol1, nRow1, nCol2, nRow2) )
+ if ( (nScFillModeMouseModifier & KEY_MOD1) )
return ; // Ctrl-Taste: Copy
SCCOL nAddX;