summaryrefslogtreecommitdiff
path: root/sw/source/core/text/portxt.cxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-08-20 12:08:45 +0000
committerFrank Meies <fme@openoffice.org>2001-08-20 12:08:45 +0000
commitc27dba70baf2abf2284746380a7c8655c9b91e20 (patch)
tree208afb83d96bdeb0fe845dca11c43446f1971dad /sw/source/core/text/portxt.cxx
parent93f9831caa062a69b2c575c02c24585edb97ae19 (diff)
Fix #91297#: Footnotes at beginning of line
Diffstat (limited to 'sw/source/core/text/portxt.cxx')
-rw-r--r--sw/source/core/text/portxt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/portxt.cxx b/sw/source/core/text/portxt.cxx
index a4a6a49c03ab..530febad838a 100644
--- a/sw/source/core/text/portxt.cxx
+++ b/sw/source/core/text/portxt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: portxt.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: fme $ $Date: 2001-06-29 15:47:40 $
+ * last change: $Author: fme $ $Date: 2001-08-20 13:08:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -273,7 +273,7 @@ sal_Bool SwTxtPortion::_Format( SwTxtFormatInfo &rInf )
rInf.GetRoot()->SetEndHyph( sal_True );
}
// case C1
- else if ( IsFtnPortion() )
+ else if ( IsFtnPortion() && rInf.IsFakeLineStart() )
BreakUnderflow( rInf );
// case B2
else if( rInf.GetIdx() > rInf.GetLineStart() ||