summaryrefslogtreecommitdiff
path: root/sw/source/ui/frmdlg
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-11 09:30:40 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-11 09:31:18 +0200
commitc0c865d2002569c5c292f7f36ad3a811fd9a3f2f (patch)
treec7b2f606a0d6daeef69bced35795af0129993123 /sw/source/ui/frmdlg
parentd203948fdb780c7af5777fcc26ad88bac1bd714e (diff)
Typo: vertival -> vertical
Change-Id: I3dce3d131ce78713333d6e4bc2f3e839af5e04ec
Diffstat (limited to 'sw/source/ui/frmdlg')
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 3c06257c5d51..20c0b8b23905 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -104,7 +104,7 @@ struct StringIdPair_Impl
#define LB_FRAME 0x00000001L // text region of the paragraph
#define LB_PRTAREA 0x00000002L // text region of the paragraph + indentions
#define LB_VERT_FRAME 0x00000004L // vertical text region of the paragraph
-#define LB_VERT_PRTAREA 0x00000008L // vertival text region of the paragraph + indentions
+#define LB_VERT_PRTAREA 0x00000008L // vertical text region of the paragraph + indentions
#define LB_REL_FRM_LEFT 0x00000010L // left paragraph edge
#define LB_REL_FRM_RIGHT 0x00000020L // right paragraph edge
@@ -1134,7 +1134,7 @@ bool SwFrmPage::FillItemSet(SfxItemSet *rSet)
if ( eVOri == text::VertOrientation::NONE &&
( bNew || (bAtVertPosModified || bMod) || nOldV != eVOri) )
{
- // vertival position
+ // vertical position
// recalculate offset for character bound frames
SwTwips nY = static_cast< SwTwips >(m_pAtVertPosED->Denormalize(m_pAtVertPosED->GetValue(FUNIT_TWIP)));
if (eAnchorId == FLY_AS_CHAR)