summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/sectfrm.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/sectfrm.hxx
parent00a79308727b1189addcdb1a8dde3cc59463d4bf (diff)
#92217#: Remove loading/saving of layout
Diffstat (limited to 'sw/source/core/inc/sectfrm.hxx')
-rw-r--r--sw/source/core/inc/sectfrm.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/inc/sectfrm.hxx b/sw/source/core/inc/sectfrm.hxx
index 59aa69c7aea9..84ee50c2ccf6 100644
--- a/sw/source/core/inc/sectfrm.hxx
+++ b/sw/source/core/inc/sectfrm.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sectfrm.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:08:21 $
+ * 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
@@ -103,10 +103,8 @@ protected:
public:
SwSectionFrm( SwSection & ); //Inhalt wird nicht erzeugt!
SwSectionFrm( SwSectionFrm &, BOOL bMaster );//_Nur_ zum Erzeugen von Master/Follows
- SwSectionFrm( Sw3FrameIo&, SwLayoutFrm* );
~SwSectionFrm();
- virtual void Store( Sw3FrameIo& ) const;
virtual void Cut();
virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 );
virtual void Modify( SfxPoolItem*, SfxPoolItem* );