summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg/wrap.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:41:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 17:41:03 +0000
commitcc077f060582aae33978ac04a0c49a534c4bfb47 (patch)
tree6752c788647d41fa915aa34e5b0844a46a85d6b0 /sw/source/ui/frmdlg/wrap.cxx
parent7f1d2bd8d4ae0ba37356f054fdb647c4d633f86c (diff)
INTEGRATION: CWS swobjpos02 (1.7.146); FILE MERGED
2003/10/02 11:22:34 od 1.7.146.1: #i18732# - consider new option 'FollowTextFlow' for text frames.
Diffstat (limited to 'sw/source/ui/frmdlg/wrap.cxx')
-rw-r--r--sw/source/ui/frmdlg/wrap.cxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/wrap.cxx b/sw/source/ui/frmdlg/wrap.cxx
index 3e51c729fa34..4497a38a5665 100644
--- a/sw/source/ui/frmdlg/wrap.cxx
+++ b/sw/source/ui/frmdlg/wrap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wrap.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-04-17 15:31:40 $
+ * last change: $Author: hr $ $Date: 2004-02-02 18:41:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,6 +85,10 @@
#ifndef _SVX_LRSPITEM_HXX //autogen
#include <svx/lrspitem.hxx>
#endif
+// OD 18.09.2003 #i18732#
+#ifndef _FMTFOLLOWTEXTFLOW_HXX
+#include <fmtfollowtextflow.hxx>
+#endif
#include "cmdid.h"
@@ -506,6 +510,9 @@ void SwWrapTabPage::ActivatePage(const SfxItemSet& rSet)
aVal.eArea = (RndStdIds)nAnchorId;
aVal.bAuto = rFrmSize.GetSizeType() == ATT_MIN_SIZE;
aVal.bMirror = rHori.IsPosToggle();
+ // OD 18.09.2003 #i18732#
+ aVal.bFollowTextFlow =
+ static_cast<const SwFmtFollowTextFlow&>(rSet.Get(RES_FOLLOW_TEXT_FLOW)).GetValue();
aVal.eHori = rHori.GetHoriOrient();
aVal.eVert = (SvxFrameVertOrient)rVert.GetVertOrient();