summaryrefslogtreecommitdiff
path: root/sw/inc/txtftn.hxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-13 15:35:35 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-13 15:35:35 +0200
commitd854960f9ee36760fa49bd6de97d9e01aa087900 (patch)
treee26b6b82a8328b050e738eda1a2bab1389294bed /sw/inc/txtftn.hxx
parentebc5777548dea42ed966a16c66d879b1485bbfb4 (diff)
parentf536dbf880c747403a9aed3a047487b8075d282f (diff)
CWS swlayoutrefactoring: resync to m82
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 af38c2c7d503..75c18fea7ceb 100644
--- a/sw/inc/txtftn.hxx
+++ b/sw/inc/txtftn.hxx
@@ -50,7 +50,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;