summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ftnfrm.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2001-10-12 12:26:44 +0000
committerMichael Brauer <mib@openoffice.org>2001-10-12 12:26:44 +0000
commit8346ad440f7def35f7e220282503b81e11d21a97 (patch)
tree7acae13aefec3ffbc2546d2e1fdccd536f145fcb /sw/source/core/inc/ftnfrm.hxx
parent00a79308727b1189addcdb1a8dde3cc59463d4bf (diff)
#92217#: Remove loading/saving of layout
Diffstat (limited to 'sw/source/core/inc/ftnfrm.hxx')
-rw-r--r--sw/source/core/inc/ftnfrm.hxx11
1 files changed, 2 insertions, 9 deletions
diff --git a/sw/source/core/inc/ftnfrm.hxx b/sw/source/core/inc/ftnfrm.hxx
index 5efbab1ba59c..0108f978d7dc 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.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:20 $
+ * last change: $Author: mib $ $Date: 2001-10-12 13:26:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,6 @@
class SwCntntFrm;
class SwTxtFtn;
-class Sw3FrameIo;
class SwBorderAttrs;
class SwFtnFrm;
@@ -79,12 +78,10 @@ class SwFtnContFrm: public SwLayoutFrm
{
public:
SwFtnContFrm( SwFrmFmt* );
- SwFtnContFrm( Sw3FrameIo&, SwLayoutFrm* );
const SwFtnFrm* FindFootNote() const;
const SwFtnFrm* FindEndNote() const;
- virtual void Store( Sw3FrameIo& ) const;
virtual SwTwips ShrinkFrm( SwTwips, const SzPtr,
BOOL bTst = FALSE, BOOL bInfo = FALSE );
virtual SwTwips GrowFrm( SwTwips, const SzPtr,
@@ -97,7 +94,6 @@ public:
class SwFtnFrm: public SwLayoutFrm
{
- friend class SwFrm; // fuer Sw3FrameIo
//Zeiger auf den FtnFrm in dem die Fussnote weitergefuehrt wird:
// 0 wenn kein Follow vorhanden,
// this beim letzten
@@ -120,9 +116,6 @@ protected:
public:
SwFtnFrm( SwFrmFmt*, SwCntntFrm*, SwTxtFtn* );
- SwFtnFrm( Sw3FrameIo&, SwLayoutFrm* );
-
- virtual void Store( Sw3FrameIo& ) const;
virtual void Cut();
virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );