From 979cc1c00982f5cc20ad7da5276efe3ccb0bc36d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Wed, 29 Feb 2012 23:36:40 +0100 Subject: some more fixes to get note handling back there are still some issues that will be addressed in later commits --- sc/inc/cell.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') 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. */ -- cgit