summaryrefslogtreecommitdiff
path: root/sw/source/core/text/frmform.cxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-11-22 15:14:13 +0000
committerAndreas Martens <ama@openoffice.org>2001-11-22 15:14:13 +0000
commit4f5b030f17eac77c0cb2224a78f4dd366e92bc4d (patch)
treed03dee204c94ed0362d8e4f3359aaf50ec4dcbe1 /sw/source/core/text/frmform.cxx
parentff1da17254c7ce6eef808a93f2cab9851127630d (diff)
Fix: Follow cuts footnotes
Diffstat (limited to 'sw/source/core/text/frmform.cxx')
-rw-r--r--sw/source/core/text/frmform.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/core/text/frmform.cxx b/sw/source/core/text/frmform.cxx
index dfbc175cdee9..4917b7a42449 100644
--- a/sw/source/core/text/frmform.cxx
+++ b/sw/source/core/text/frmform.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmform.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: fme $ $Date: 2001-11-20 16:24:54 $
+ * last change: $Author: ama $ $Date: 2001-11-22 16:14:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -854,6 +854,7 @@ SwCntntFrm *SwTxtFrm::JoinFrm()
#endif
pFoll->MoveFlyInCnt( this, nStart, STRING_LEN );
+ pFoll->SetFtn( FALSE );
pFoll->Cut();
delete pFoll;
pFollow = pNxt;