From 9ce710c1f6961425c1729f89bbdd8522a5929038 Mon Sep 17 00:00:00 2001 From: Andreas Martens Date: Thu, 23 Aug 2001 13:01:04 +0000 Subject: Opt.: Memory neutral flag implementation for vertical layout --- sw/source/core/inc/pagefrm.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sw/source/core/inc/pagefrm.hxx') 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; -- cgit v1.2.3