summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-29 23:36:40 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-29 23:37:52 +0100
commit979cc1c00982f5cc20ad7da5276efe3ccb0bc36d (patch)
tree1ddff5fc35056d954682650a2f78139a7ba213a7 /sc/inc
parent33849f3fca52251eb7773802c78b6d8501921c37 (diff)
some more fixes to get note handling back
there are still some issues that will be addressed in later commits
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/cell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx
index 09c9f3896edf..da093573a49e 100644
--- a/sc/inc/cell.hxx
+++ b/sc/inc/cell.hxx
@@ -102,7 +102,7 @@ public:
/** Returns a clone of this cell, clones cell note and caption object too
(unless SC_CLONECELL_NOCAPTION flag is set). Broadcaster will not be cloned. */
- ScBaseCell* CloneWithNote( const ScAddress& rOwnPos, ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags = SC_CLONECELL_DEFAULT ) const;
+ ScBaseCell* CloneWithNote( ScDocument& rDestDoc, const ScAddress& rDestPos, int nCloneFlags = SC_CLONECELL_DEFAULT ) const;
/** Due to the fact that ScBaseCell does not have a vtable, this function
deletes the cell by calling the appropriate d'tor of the derived class. */