summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-13 12:51:40 +0000
committerOliver Specht <os@openoffice.org>2002-09-13 12:51:40 +0000
commit4c09611ac169c3aec605556ca94735af7b405dbb (patch)
tree65afd82a8c3a4aac4746027f0aaca2d2fb04a7b9 /sw/source/ui/frmdlg
parent7385c11e39a793cb14927a259b8cb340baf2df7d (diff)
#103195# vertical frames in the ruler corrected
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r--sw/source/ui/frmdlg/frmmgr.cxx6
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/frmdlg/frmmgr.cxx b/sw/source/ui/frmdlg/frmmgr.cxx
index 89f5c98ac139..98625b5bef2b 100644
--- a/sw/source/ui/frmdlg/frmmgr.cxx
+++ b/sw/source/ui/frmdlg/frmmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmmgr.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2002-08-23 13:37:47 $
+ * last change: $Author: os $ $Date: 2002-09-13 13:51:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -144,7 +144,7 @@ SwFlyFrmAttrMgr::SwFlyFrmAttrMgr( BOOL bNew, SwWrtShell* pSh, BYTE nType ) :
{
pOwnSh->GetFlyFrmAttr( aSet );
BOOL bRightToLeft;
- bIsInVertical = pOwnSh->IsFrmInVertical(bRightToLeft);
+ bIsInVertical = pOwnSh->IsFrmVertical(TRUE, bRightToLeft);
}
::PrepareBoxInfo( aSet, *pOwnSh );
}
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 5c44a5515cc3..933214f205b8 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmpage.cxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: os $ $Date: 2002-09-09 14:29:23 $
+ * last change: $Author: os $ $Date: 2002-09-13 13:51:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -776,7 +776,7 @@ void SwFrmPage::Reset( const SfxItemSet &rSet )
{
if (rAnchor.GetAnchorId() != FLY_AT_FLY && !pSh->IsFlyInFly())
aAnchorAtFrameRB.Hide();
- if(!bVerticalChanged && pSh->IsFrmInVertical(bIsInRightToLeft))
+ if(!bVerticalChanged && pSh->IsFrmVertical(TRUE, bIsInRightToLeft))
{
String sHLabel = aHorizontalFT.GetText();
aHorizontalFT.SetText(aVerticalFT.GetText());