summaryrefslogtreecommitdiff
path: root/sw/inc/txtftn.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-05-10 19:07:52 +0200
committerMichael Stahl <mst@openoffice.org>2010-05-10 19:07:52 +0200
commit21305385b5bfb9392b7368852a048c5393c62e96 (patch)
tree939e394af0096ef785e83f41e91fa23f75b5639d /sw/inc/txtftn.hxx
parent4a43faa47e43285d044bffb6719702e3c1aee501 (diff)
sw33bf04: #i111286#: clean up footnote cruft in SwTxtNode::CopyText()
Diffstat (limited to 'sw/inc/txtftn.hxx')
-rw-r--r--sw/inc/txtftn.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx
index 0b55053d03dd..07043a9263bc 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;