summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-09-25 11:25:24 +0000
committerOliver Specht <os@openoffice.org>2002-09-25 11:25:24 +0000
commit348a36c1d11eb86cc723d9690dd86387f7477364 (patch)
tree3018776ec783f1b16c00779edbc92ddf6af7a064 /sw/source/ui/frmdlg
parent750084dced7027baad50f69b059bc64bbb3b882c (diff)
#103194# from top alignment is from right in vertical environment
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index c577759d19fd..37303c6bc441 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.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: os $ $Date: 2002-09-25 11:36:21 $
+ * last change: $Author: os $ $Date: 2002-09-25 12:25:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -595,8 +595,8 @@ USHORT lcl_ChangeResIdToVerticalOrRTL(USHORT nResId, BOOL bVertical, BOOL bRTL)
{
{STR_LEFT, STR_TOP},
{STR_RIGHT, STR_BOTTOM},
- {STR_FROMTOP, STR_FROMLEFT},
{STR_CENTER_HORI, STR_CENTER_VERT},
+ {STR_FROMTOP, STR_FROMRIGHT},
{STR_REL_PG_LEFT, STR_REL_PG_TOP},
{STR_REL_PG_RIGHT, STR_REL_PG_BOTTOM} ,
{STR_REL_FRM_LEFT, STR_REL_FRM_TOP},