summaryrefslogtreecommitdiffstats
path: root/sc/inc/drwlayer.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2011-01-05 11:30:14 +0100
committerNiklas Nebel <nn@openoffice.org>2011-01-05 11:30:14 +0100
commitdc1685728a142b05bb2c7d97b6d6577f6f35ae8a (patch)
tree4a0ef1522ce6eed2bfe46f01ea6f92fb6dba9e73 /sc/inc/drwlayer.hxx
parentCWS-TOOLING: integrate CWS calc63 (diff)
downloadcore-dc1685728a142b05bb2c7d97b6d6577f6f35ae8a.tar.gz
core-dc1685728a142b05bb2c7d97b6d6577f6f35ae8a.zip
calc64: #i116164# performance of filters with many filtered ranges
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r--sc/inc/drwlayer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index 7dd9903f82a1..eed492c6e6c2 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -159,7 +159,7 @@ public:
void WidthChanged( SCTAB nTab, SCCOL nCol, long nDifTwips );
void HeightChanged( SCTAB nTab, SCROW nRow, long nDifTwips );
- BOOL HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow );
+ BOOL HasObjectsInRows( SCTAB nTab, SCROW nStartRow, SCROW nEndRow, bool bIncludeNotes = true );
void DeleteObjectsInArea( SCTAB nTab, SCCOL nCol1,SCROW nRow1,
SCCOL nCol2,SCROW nRow2 );