diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-08 04:44:14 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-07-08 04:51:25 +0200 |
commit | f23e5407c137504d5efa980f7ac202e1566b583e (patch) | |
tree | 1b86d8a53d4ae7d6f997405552bbcc5bbb212a14 /sc/inc/postit.hxx | |
parent | 0b42f159790de9fd93322ea635c857cab72995ea (diff) |
export all notes into odf, fdo#49924
Change-Id: Ic3b9176b1b8da7663d1dc3c88a4d56cd794e0805
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r-- | sc/inc/postit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx index e553c92dee60..0db2a9fc1f69 100644 --- a/sc/inc/postit.hxx +++ b/sc/inc/postit.hxx @@ -311,7 +311,7 @@ public: void erase(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, bool bForgetCaption = false); - + void CreateAllNoteCaptions(SCTAB nTab); }; // ============================================================================ |