basegfx/source/polygon/b2dtrapezoid.cxx | 4 ++-- sw/source/ui/frmdlg/frmpage.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
New commits: commit c0c865d2002569c5c292f7f36ad3a811fd9a3f2f Author: Andras Timar <andras.ti...@collabora.com> Date: Thu Jun 11 09:30:40 2015 +0200 Typo: vertival -> vertical Change-Id: I3dce3d131ce78713333d6e4bc2f3e839af5e04ec diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 222bfa3..e49f7f6 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 3c06257..20c0b8b 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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits