summaryrefslogtreecommitdiff
path: root/sw/source
diff options
context:
space:
mode:
authorAndreas Martens <ama@openoffice.org>2001-11-14 15:08:34 +0000
committerAndreas Martens <ama@openoffice.org>2001-11-14 15:08:34 +0000
commit953d6c62d76be93857ef6a6b8400045adcb73f09 (patch)
tree9e12fc767f3d169b3c514de4c30de76512ec3119 /sw/source
parent6dfec21c15d38b710584cda90afb236919577371 (diff)
Fix: Vertical sections
Diffstat (limited to 'sw/source')
-rw-r--r--sw/source/core/layout/flowfrm.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/layout/flowfrm.cxx b/sw/source/core/layout/flowfrm.cxx
index ca4ed1fdad60..5321f95a88db 100644
--- a/sw/source/core/layout/flowfrm.cxx
+++ b/sw/source/core/layout/flowfrm.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: flowfrm.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: ama $ $Date: 2001-11-13 15:21:55 $
+ * last change: $Author: ama $ $Date: 2001-11-14 16:08:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -487,6 +487,9 @@ BOOL SwFlowFrm::PasteTree( SwFrm *pStart, SwLayoutFrm *pParent, SwFrm *pSibling,
do
{ pFloat->pUpper = pParent;
pFloat->_InvalidateAll();
+#ifdef VERTICAL_LAYOUT
+ pFloat->CheckDirChange();
+#endif
//Ich bin Freund des TxtFrm und darf deshalb so einiges. Das mit
//dem CacheIdx scheint etwas riskant!