diff options
author | Andreas Martens <ama@openoffice.org> | 2001-08-23 13:01:04 +0000 |
---|---|---|
committer | Andreas Martens <ama@openoffice.org> | 2001-08-23 13:01:04 +0000 |
commit | 9ce710c1f6961425c1729f89bbdd8522a5929038 (patch) | |
tree | da13103644fc78b9f16fed973ab7fadf21dfd042 /sw/source/core/inc/pagefrm.hxx | |
parent | 9409bd1b617c631da48de63b3f355dd0d8094100 (diff) |
Opt.: Memory neutral flag implementation for vertical layout
Diffstat (limited to 'sw/source/core/inc/pagefrm.hxx')
-rw-r--r-- | sw/source/core/inc/pagefrm.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/inc/pagefrm.hxx b/sw/source/core/inc/pagefrm.hxx index a23f95024c..b2841f6d15 100644 --- a/sw/source/core/inc/pagefrm.hxx +++ b/sw/source/core/inc/pagefrm.hxx @@ -2,9 +2,9 @@ * * $RCSfile: pagefrm.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-19 00:08:21 $ + * last change: $Author: ama $ $Date: 2001-08-23 13:58:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -193,6 +193,9 @@ public: virtual void Cut(); virtual void Paste( SwFrm* pParent, SwFrm* pSibling = 0 ); +#ifdef VERTICAL_LAYOUT + virtual void CheckDirection( BOOL bVert ); +#endif //Umrandungen aller Frms innerhalb der Seite Painten. void PaintAllBorders( const SwRect &rRect ) const; |