summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ftnfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/ftnfrm.cxx')
-rw-r--r--sw/source/core/layout/ftnfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/ftnfrm.cxx b/sw/source/core/layout/ftnfrm.cxx
index 5196ea9f163c..bffbb1481ad5 100644
--- a/sw/source/core/layout/ftnfrm.cxx
+++ b/sw/source/core/layout/ftnfrm.cxx
@@ -2113,7 +2113,7 @@ void SwFtnBossFrm::MoveFtns( const SwCntntFrm *pSrc, SwCntntFrm *pDest,
if( pDestBoss ) // robust
{
SwFtnFrms aFtnArr;
- pDestBoss->_CollectFtns( pDest, pFtn, aFtnArr );
+ SwFtnBossFrm::_CollectFtns( pDest, pFtn, aFtnArr );
if ( !aFtnArr.empty() )
{
pDestBoss->_MoveFtns( aFtnArr, true );