diff options
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r-- | sc/inc/postit.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx index fb40347a56a7..16746d6b2838 100644 --- a/sc/inc/postit.hxx +++ b/sc/inc/postit.hxx @@ -311,6 +311,8 @@ public: ScNotes* clone(ScDocument* pDoc, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, bool bCloneNoteCaption, SCTAB nTab); void CopyFromClip(const ScNotes& maNotes, ScDocument* pDoc, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, SCsCOL nDx, SCsROW nDy, SCTAB nTab, bool bCloneCaption); + void erase(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2); + }; |