diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-11 09:30:40 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-11 09:31:18 +0200 |
commit | c0c865d2002569c5c292f7f36ad3a811fd9a3f2f (patch) | |
tree | c7b2f606a0d6daeef69bced35795af0129993123 | |
parent | d203948fdb780c7af5777fcc26ad88bac1bd714e (diff) |
Typo: vertival -> vertical
Change-Id: I3dce3d131ce78713333d6e4bc2f3e839af5e04ec
-rw-r--r-- | basegfx/source/polygon/b2dtrapezoid.cxx | 4 | ||||
-rw-r--r-- | sw/source/ui/frmdlg/frmpage.cxx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 222bfa3863ac..e49f7f6de1c0 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -121,7 +121,7 @@ namespace basegfx { mpStart = pNewStart; - // no horizontal edges allowed, all neeed to traverse vertivally + // no horizontal edges allowed, all neeed to traverse vertically OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)"); } } @@ -135,7 +135,7 @@ namespace basegfx { mpEnd = pNewEnd; - // no horizontal edges allowed, all neeed to traverse vertivally + // no horizontal edges allowed, all neeed to traverse vertically OSL_ENSURE(mpEnd->getY() > mpStart->getY(), "Illegal TrDeEdgeEntry constructed (!)"); } } 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) |