summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ftnfrm.hxx
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-10-19 09:25:19 +0000
committerAndreas Martens <ama@openoffice.org>2001-10-19 09:25:19 +0000
commit636f3140734b1ae0a7a68ad1ec671123ac7dc8d2 (patch)
treec782214f3b336a27e9f5f5d7a3d1a03ecf79f1bf /sw/source/core/inc/ftnfrm.hxx
parent00226c8a3cdbf1faa960e70a69181de65f304394 (diff)
Chg: Vertical layout grow/shrink
Diffstat (limited to 'sw/source/core/inc/ftnfrm.hxx')
-rw-r--r--sw/source/core/inc/ftnfrm.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/core/inc/ftnfrm.hxx b/sw/source/core/inc/ftnfrm.hxx
index 6cf873db5fb3..d68def31c4af 100644
--- a/sw/source/core/inc/ftnfrm.hxx
+++ b/sw/source/core/inc/ftnfrm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ftnfrm.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jp $ $Date: 2001-10-15 12:50:20 $
+ * last change: $Author: ama $ $Date: 2001-10-19 10:12:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,9 +82,9 @@ public:
const SwFtnFrm* FindFootNote() const;
const SwFtnFrm* FindEndNote() const;
- virtual SwTwips ShrinkFrm( SwTwips, const SzPtr,
+ virtual SwTwips ShrinkFrm( SwTwips, SZPTR
BOOL bTst = FALSE, BOOL bInfo = FALSE );
- virtual SwTwips GrowFrm( SwTwips, const SzPtr,
+ virtual SwTwips GrowFrm( SwTwips, SZPTR
BOOL bTst = FALSE, BOOL bInfo = FALSE );
virtual void Format( const SwBorderAttrs *pAttrs = 0 );
virtual void PaintBorder( const SwRect &, const SwPageFrm *pPage,
@@ -107,9 +107,9 @@ class SwFtnFrm: public SwLayoutFrm
//nicht rueckwaerts fliessen.
#ifndef PRODUCT
protected:
- virtual SwTwips ShrinkFrm( SwTwips, const SzPtr,
+ virtual SwTwips ShrinkFrm( SwTwips, SZPTR
BOOL bTst = FALSE, BOOL bInfo = FALSE );
- virtual SwTwips GrowFrm ( SwTwips, const SzPtr,
+ virtual SwTwips GrowFrm ( SwTwips, SZPTR
BOOL bTst = FALSE, BOOL bInfo = FALSE );
#endif