diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-19 19:46:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-20 13:06:23 +0200 |
commit | c5081b324118cefb3bce04f7bf817963e24b1c68 (patch) | |
tree | d625b22f4d4526f3ffb568ee3598aed95df52384 /sw | |
parent | e73e726ab5afc418a5be70408c71afd08a3c15a4 (diff) |
Fix typos
Change-Id: I65300af850f5c6f6795fa88e9e33616e38c7657c
Reviewed-on: https://gerrit.libreoffice.org/54571
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/objectpositioning/anchoredobjectposition.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/frmdlg/frmpage.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx b/sw/source/core/objectpositioning/anchoredobjectposition.cxx index e0d58f0b01e3..0bae1d1c8ade 100644 --- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx +++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx @@ -831,7 +831,7 @@ SwTwips SwAnchoredObjectPosition::CalcRelPosX( SwTwips nRelPosX = nOffset; if ( _rHoriOrient.GetHoriOrient() == text::HoriOrientation::NONE ) { - // 'manual' horizonal position + // 'manual' horizontal position const bool bR2L = rAnchorFrame.IsRightToLeft(); if( IsAnchoredToChar() && text::RelOrientation::CHAR == eRelOrient ) { diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx index 255bf7eb4260..4f39fc5ba416 100644 --- a/sw/source/ui/frmdlg/frmpage.cxx +++ b/sw/source/ui/frmdlg/frmpage.cxx @@ -1261,7 +1261,7 @@ bool SwFramePage::FillItemSet(SfxItemSet *rSet) return bRet; } -// initialise horizonal and vertical Pos +// initialise horizontal and vertical Pos void SwFramePage::InitPos(RndStdIds eId, sal_Int16 nH, sal_Int16 nHRel, @@ -1822,7 +1822,7 @@ void SwFramePage::RangeModifyHdl() if ( m_pHMap ) { - // alignment horizonal + // alignment horizontal const sal_Int32 nMapPos = GetMapPos(m_pHMap, *m_pHorizontalDLB); aVal.nHoriOrient = GetAlignment(m_pHMap, nMapPos, *m_pHoriRelationLB); aVal.nHRelOrient = GetRelation(*m_pHoriRelationLB); |