diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-28 03:21:10 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-02-29 23:37:52 +0100 |
commit | 33849f3fca52251eb7773802c78b6d8501921c37 (patch) | |
tree | 8b0ae42bfa8c93ff137e2258585deb9ebf79dd12 /sc/inc/postit.hxx | |
parent | c06dbbe7594c2a0b5a5b19f8e183d9c421e6e094 (diff) |
remove mpNote: fix copy/paste
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); + }; |