[Libreoffice-commits] core.git: filter/source sw/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Oct 27 05:40:28 UTC 2017
filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl | 2 +-
sw/qa/extras/uiwriter/uiwriter.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 21fe5ef04dbea6b620e45453b8567f32ebd8526f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Oct 26 16:46:37 2017 +0200
Fix typos
Change-Id: I96f64b7c259f04a67684bb699ea3cc43b68e40fa
Reviewed-on: https://gerrit.libreoffice.org/43913
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 6a1b01078eeb..dc378058ca8f 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -4327,7 +4327,7 @@
</xsl:choose>
</xsl:if>
<!-- fix means the horizontal alignment is dependent on ss:Horizontal,
- but set on paragaraph properties not cell paragraphs -->
+ but set on paragraph properties not cell paragraphs -->
<xsl:if test="ss:Alignment/@ss:Horizontal">
<xsl:attribute name="style:text-align-source">fix</xsl:attribute>
</xsl:if>
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index f77f603658e0..f1ba4ef19960 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -5360,7 +5360,7 @@ void SwUiWriterTest::testTdf113445()
// Make sure that page 2 is on the right hand side of page 1, not below it.
CPPUNIT_ASSERT_GREATER(nPage1Left, nPage2Left);
- // Insert a new paragaph at the start of the document.
+ // Insert a new paragraph at the start of the document.
SwWrtShell* pWrtShell = pDoc->GetDocShell()->GetWrtShell();
pWrtShell->SttDoc();
pWrtShell->SplitNode();
More information about the Libreoffice-commits
mailing list