diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 3a53e6697e41..ed7bdab69488 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -1253,13 +1253,16 @@ public: If TRUE, do not adjust the top row. @param bStickyLeftCol If TRUE, do not adjust the left column. + @param bConsiderCellNotes + If TRUE, consider the presence of cell notes besides data. @returns true if there is any data, false if not. */ bool ShrinkToUsedDataArea( bool& o_bShrunk, SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow, SCCOL& rEndCol, SCROW& rEndRow, bool bColumnsOnly, - bool bStickyTopRow = false, bool bStickyLeftCol = false ) const; + bool bStickyTopRow = false, bool bStickyLeftCol = false, + bool bConsiderCellNotes = false ) const; /** * Return the last non-empty row position in given columns that's no |