summaryrefslogtreecommitdiff
path: root/sc/inc/drwlayer.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-07 15:44:10 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-07 15:44:10 -0500
commit8cce3ef4c1d81d7e2ea31c43135403825ddca064 (patch)
tree83df9b860b380728c2038a6a9eac2f770012a39f /sc/inc/drwlayer.hxx
parent24eb59f23a4bcdcc51dca972661dc05a058a1e1a (diff)
parent62cfba8ec4ca92fa3b20b2de8719ef8ca0d89bbe (diff)
Merge commit 'ooo/OOO330_m19' into libreoffice-3-3
Conflicts: sc/source/core/data/table2.cxx sc/source/core/data/table3.cxx
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 d84044a5da32..e59e836be501 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -160,7 +160,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 );