Kaydet (Commit) c5081b32 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I65300af850f5c6f6795fa88e9e33616e38c7657c
Reviewed-on: https://gerrit.libreoffice.org/54571Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst e73e726a
......@@ -215,7 +215,7 @@ bool Impl_calcSafeParams( double& t1,
{
// r_y is virtually zero, thus we've got a horizontal
// line. Now check whether we maybe coincide with lower or
// upper horizonal bound line.
// upper horizontal bound line.
if( tolEqual(p0.y, lowerYBound) ||
tolEqual(p0.y, upperYBound) )
{
......
......@@ -60,7 +60,7 @@
</node>
<node oor:name=".uno:InsertFormHScroll" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Form Horizonal Scroll Bar</value>
<value xml:lang="en-US">Form Horizontal Scroll Bar</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
......
......@@ -44,7 +44,7 @@ namespace sd { namespace slidesorter { namespace view {
class FramePainter;
/** The insertion indicator is painted as a vertical or horizonal bar
/** The insertion indicator is painted as a vertical or horizontal bar
in the space between slides.
*/
class InsertionIndicatorOverlay
......
......@@ -466,7 +466,7 @@ void FrameSelectorImpl::InitBorderGeometry()
{
for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow )
{
// the usable area between horizonal/vertical frame borders of current quadrant
// the usable area between horizontal/vertical frame borders of current quadrant
const basegfx::B2DRange aCellRange(maArray.GetCellRange( nCol, nRow, true ));
const tools::Rectangle aRect(
basegfx::fround(aCellRange.getMinX()) + nClV + 1, basegfx::fround(aCellRange.getMinY()) + nClH + 1,
......
......@@ -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 )
{
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment