summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basegfx/source/workbench/bezierclip.cxx2
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu2
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx2
-rw-r--r--svx/source/dialog/frmsel.cxx2
-rw-r--r--sw/source/core/objectpositioning/anchoredobjectposition.cxx2
-rw-r--r--sw/source/ui/frmdlg/frmpage.cxx4
6 files changed, 7 insertions, 7 deletions
diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index bdc924113fab..2e6439a71463 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -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) )
{
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
index 4cd6034331da..739ad7bc1921 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/BasicIDECommands.xcu
@@ -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>
diff --git a/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx b/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
index e025459adb8e..9dcbd754e04c 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
@@ -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
diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 233ed2f098dd..d18462934d09 100644
--- a/svx/source/dialog/frmsel.cxx
+++ b/svx/source/dialog/frmsel.cxx
@@ -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,
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);