diff options
author | Michael Stahl <mst@openoffice.org> | 2010-05-10 19:07:52 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-05-10 19:07:52 +0200 |
commit | f8b36015c7c9f1a72a9328c4673a2fb351542f11 (patch) | |
tree | 43663886864da8b381b342d453dbb061093a8ecb /sw/inc/txtftn.hxx | |
parent | 97aa9f2bba4215d90c0918eed5ec24e0efa97ff9 (diff) |
sw33bf04: #i111286#: clean up footnote cruft in SwTxtNode::CopyText()
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r-- | sw/inc/txtftn.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx index e7fee60630..31051450e9 100644 --- a/sw/inc/txtftn.hxx +++ b/sw/inc/txtftn.hxx @@ -49,7 +49,7 @@ public: inline SwNodeIndex *GetStartNode() const { return m_pStartNode; } void SetStartNode( const SwNodeIndex *pNode, BOOL bDelNodes = TRUE ); void SetNumber( const USHORT nNumber, const String* = 0 ); - void CopyFtn( SwTxtFtn *pDest ) const; + void CopyFtn(SwTxtFtn & rDest, SwTxtNode & rDestNode) const; // get and set TxtNode pointer inline const SwTxtNode& GetTxtNode() const; |