[Libreoffice-commits] core.git: filter/source svx/source sw/source

Andrea Gelmini andrea.gelmini at gelma.net
Sun May 20 14:44:16 UTC 2018


 filter/source/xslt/import/wordml/wordml2ooo_table.xsl |    2 +-
 svx/source/sdr/properties/attributeproperties.cxx     |    2 +-
 sw/source/ui/frmdlg/frmpage.cxx                       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 281c609532985ec2713463d313c35e67184f5ed3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Sat May 19 21:06:17 2018 +0200

    Fix typos
    
    Change-Id: Id225be0ecc357d6864a32d59291e402d98592d81
    Reviewed-on: https://gerrit.libreoffice.org/54575
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
index 6948469c4020..0f9525cb0b9c 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_table.xsl
@@ -281,7 +281,7 @@
                         <xsl:value-of select="$frame_v_anchor"/>
                     </xsl:attribute>
                     <!--/xsl:if-->
-                    <!--xsl:if test="w:tblpPr/@w:tblpXSpec" to get the horizntal alignment-->
+                    <!--xsl:if test="w:tblpPr/@w:tblpXSpec" to get the horizontal alignment-->
                     <xsl:variable name="horizental_alignment">
                         <xsl:choose>
                             <xsl:when test="w:tblpPr/@w:tblpXSpec = 'left' ">
diff --git a/svx/source/sdr/properties/attributeproperties.cxx b/svx/source/sdr/properties/attributeproperties.cxx
index 424f4b49291d..07987534b19b 100644
--- a/svx/source/sdr/properties/attributeproperties.cxx
+++ b/svx/source/sdr/properties/attributeproperties.cxx
@@ -191,7 +191,7 @@ namespace sdr
                 // all layers. The StyleSheet-problem was solved in
                 // AttributeProperties::MoveToItemPool at the end. There, a StyleSheet with the
                 // same name was searched for in the target-SdrModel.
-                // Start by retetting the current TargetStyleSheet so that nothing goes wrong
+                // Start by resetting the current TargetStyleSheet so that nothing goes wrong
                 // when we do not find a fitting TargetStyleSheet.
                 // Note: The test for SdrModelChange above was wrong (compared the already set
                 // new SdrObject), so this never triggered and pTargetStyleSheet was never set to
diff --git a/sw/source/ui/frmdlg/frmpage.cxx b/sw/source/ui/frmdlg/frmpage.cxx
index 4f39fc5ba416..a0d58c8a34d9 100644
--- a/sw/source/ui/frmdlg/frmpage.cxx
+++ b/sw/source/ui/frmdlg/frmpage.cxx
@@ -1993,7 +1993,7 @@ IMPL_LINK( SwFramePage, PosHdl, ListBox&, rLB, void )
     else
         m_bAtVertPosModified = true;
 
-    // special treatment for HTML-Mode with horizonal-vertical-dependencies
+    // special treatment for HTML-Mode with horizontal-vertical-dependencies
     if(m_bHtmlMode && (RndStdIds::FLY_AT_CHAR == GetAnchor()))
     {
         bool bSet = false;


More information about the Libreoffice-commits mailing list