summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/source/polygon/b2dtrapezoid.cxx4
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx4
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)