summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-09-25 09:50:08 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-09-25 09:50:08 +0000
commitcf579f682bdcdb6e9dff57960ac40a95cfa4dc57 (patch)
tree1c4993109a84c3e37c5930a69db23c153a82b8f5 /sw/source
parent95ab3c0d324ae87be69cea884048037d516b812f (diff)
INTEGRATION: CWS os20 (1.2.382); FILE MERGED
2003/09/12 12:27:40 fme 1.2.382.1: #111937# Keep attribute, widows and orphans in balanced sections
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/text/widorp.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/text/widorp.hxx b/sw/source/core/text/widorp.hxx
index f1480c39ab21..042c35a54cb7 100644
--- a/sw/source/core/text/widorp.hxx
+++ b/sw/source/core/text/widorp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: widorp.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fme $ $Date: 2001-12-05 09:05:03 $
+ * last change: $Author: hjs $ $Date: 2003-09-25 10:50:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,7 +131,7 @@ public:
void ClrOrphLines(){ nOrphLines = 0; }
sal_Bool FindBreak( SwTxtFrm *pFrm, SwTxtMargin &rLine, sal_Bool bHasToFit );
- sal_Bool WouldFit( SwTxtMargin &rLine, SwTwips &rMaxHeight );
+ sal_Bool WouldFit( SwTxtMargin &rLine, SwTwips &rMaxHeight, sal_Bool bTest );
sal_Bool IsBreakNow( SwTxtMargin &rLine )
{ return ( rLine.GetLineNr() > nOrphLines ) &&
SwTxtFrmBreak::IsBreakNow( rLine ); }