[Libreoffice-commits] core.git: Branch 'aoo/trunk' - basegfx/source editeng/inc sd/source svx/inc svx/source sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 4 01:08:06 UTC 2019


 basegfx/source/workbench/bezierclip.cxx                            |    2 +-
 editeng/inc/editeng/boxitem.hxx                                    |    2 +-
 sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx |    2 +-
 svx/inc/svx/framelink.hxx                                          |    2 +-
 svx/source/dialog/frmsel.cxx                                       |    2 +-
 sw/source/core/objectpositioning/anchoredobjectposition.cxx        |    2 +-
 sw/source/filter/html/htmlgrin.cxx                                 |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 8700e5e05924d5ae072b19dbf0f7da5aeadc10d2
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Jan 3 23:34:44 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Thu Jan 3 23:34:44 2019 +0000

    Fixed typo (horizonal -> horizontal)

diff --git a/basegfx/source/workbench/bezierclip.cxx b/basegfx/source/workbench/bezierclip.cxx
index 848cf5b0c2a2..cefa5d828be7 100644
--- a/basegfx/source/workbench/bezierclip.cxx
+++ b/basegfx/source/workbench/bezierclip.cxx
@@ -237,7 +237,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/editeng/inc/editeng/boxitem.hxx b/editeng/inc/editeng/boxitem.hxx
index 0b9e1a3f25a9..e4d542647496 100644
--- a/editeng/inc/editeng/boxitem.hxx
+++ b/editeng/inc/editeng/boxitem.hxx
@@ -139,7 +139,7 @@ class EDITENG_DLLPUBLIC SvxBoxInfoItem : public SfxPoolItem
     SvxBorderLine* pHori;   //innere horizontale Linie
     SvxBorderLine* pVert;   //innere vertikale Linie
 
-    bool                mbEnableHor;   /// true = Enable inner horizonal line.
+    bool                mbEnableHor;   /// true = Enable inner horizontal line.
     bool                mbEnableVer;   /// true = Enable inner vertical line.
 
     /*
diff --git a/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx b/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
index 7b514c330895..7589fc4bf581 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx
@@ -55,7 +55,7 @@ namespace sd { namespace slidesorter { namespace view {
 class FramePainter;
 class LayeredDevice;
 
-/** 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/inc/svx/framelink.hxx b/svx/inc/svx/framelink.hxx
index b47285e42942..02e9ddc1e011 100644
--- a/svx/inc/svx/framelink.hxx
+++ b/svx/inc/svx/framelink.hxx
@@ -405,7 +405,7 @@ long GetTRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle );
     drawn with only one call of a border drawing function. This means, the two
     frame borders must have equal style and color, and none of the other
     vertical and diagonal frame borders break the lines of the two borders in
-    any way (i.e. two vertical double frame borders would break the horizonal
+    any way (i.e. two vertical double frame borders would break the horizontal
     frame borders). Of course this function can be used for vertical frame
     borders as well.
 
diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 3959f3d5e72f..139a2f72ecb7 100644
--- a/svx/source/dialog/frmsel.cxx
+++ b/svx/source/dialog/frmsel.cxx
@@ -470,7 +470,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
                 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) );
                 aRect.Left() += nClV + 1;
                 aRect.Right() -= nClV + 1;
diff --git a/sw/source/core/objectpositioning/anchoredobjectposition.cxx b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
index 6eba4436e944..8c7c7dfc74d5 100644
--- a/sw/source/core/objectpositioning/anchoredobjectposition.cxx
+++ b/sw/source/core/objectpositioning/anchoredobjectposition.cxx
@@ -819,7 +819,7 @@ SwTwips SwAnchoredObjectPosition::_CalcRelPosX(
     SwTwips nRelPosX = nOffset;
     if ( _rHoriOrient.GetHoriOrient() == text::HoriOrientation::NONE )
     {
-        // 'manual' horizonal position
+        // 'manual' horizontal position
         const bool bR2L = rAnchorFrm.IsRightToLeft();
         if( IsAnchoredToChar() && text::RelOrientation::CHAR == eRelOrient )
         {
diff --git a/sw/source/filter/html/htmlgrin.cxx b/sw/source/filter/html/htmlgrin.cxx
index c6d6f4451547..17f6b1ed13f6 100644
--- a/sw/source/filter/html/htmlgrin.cxx
+++ b/sw/source/filter/html/htmlgrin.cxx
@@ -211,7 +211,7 @@ void SwHTMLParser::SetAnchorAndAdjustment( sal_Int16 eVertOri,
         short nIndent = 0;
         GetMarginsFromContextWithNumBul( nLeftSpace, nRightSpace, nIndent );
 
-        // Horizonale Ausrichtung und Umlauf bestimmen.
+        // Horizontale Ausrichtung und Umlauf bestimmen.
         sal_Int16 eHoriRel;
         SwSurround eSurround;
         switch( eHoriOri )


More information about the Libreoffice-commits mailing list