summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-09-25 09:49:33 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-09-25 09:49:33 +0000
commit019cd0b71a78854f5439e960df97d231ddc80803 (patch)
tree7d02dc0392888a7bfbd0958a3f316f0ab83056b1 /sw/source/core
parentba6505bac4cca740be13f15152134e2aeb39cf96 (diff)
INTEGRATION: CWS os20 (1.2.206); FILE MERGED
2003/09/12 12:27:16 fme 1.2.206.1: #111937# Keep attribute, widows and orphans in balanced sections
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/layout/unusedf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/unusedf.cxx b/sw/source/core/layout/unusedf.cxx
index c11775a7245b..10bf66cceb10 100644
--- a/sw/source/core/layout/unusedf.cxx
+++ b/sw/source/core/layout/unusedf.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unusedf.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 14:16:15 $
+ * last change: $Author: hjs $ $Date: 2003-09-25 10:49:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@ void SwFrm::Paint(const SwRect &) const
ASSERT( FALSE, "Paint() der Basisklasse gerufen." );
}
-BOOL SwCntntFrm::WouldFit( SwTwips &, BOOL& )
+sal_Bool SwCntntFrm::WouldFit( SwTwips &, sal_Bool&, sal_Bool )
{
ASSERT( FALSE, "WouldFit des CntntFrm gerufen." );
return FALSE;