[Libreoffice-commits] core.git: sw/qa writerfilter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 31 17:09:15 UTC 2019


 sw/qa/extras/ooxmlexport/ooxmlexport13.cxx        |    4 ++--
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 94890fdc3402d1b62a22824235e557d191332bd9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Oct 31 17:12:49 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Oct 31 18:08:34 2019 +0100

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

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index 5f4800fd9dbe..5d483792f83c 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -219,8 +219,8 @@ DECLARE_OOXMLEXPORT_TEST(testBtlrShape, "btlr-textbox.docx")
 DECLARE_OOXMLEXPORT_TEST(testTdf127316_autoEscapement, "tdf127316_autoEscapement.odt")
 {
     // This should be roughly 33% of the ORIGINAL(non-reduced) size. However, during export the
-    // propertional height has to be changed into direct formating, which then changes the relative percent.
-    // In this case, a 24pt font, proportional at 65% becomes roughtly a 16pt font.
+    // proportional height has to be changed into direct formatting, which then changes the relative percent.
+    // In this case, a 24pt font, proportional at 65% becomes roughly a 16pt font.
     // Thus an escapement of 33% (8pt) becomes roughly 50% for the 16pt font.
     uno::Reference<text::XTextRange> xPara = getParagraph(1);
     CPPUNIT_ASSERT_DOUBLES_EQUAL( 0.f, getProperty<float>(getRun(xPara, 1), "CharEscapement"), 0);
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 7d2b7545de20..cae12ac298f0 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -174,7 +174,7 @@ struct FieldConversion
 
 typedef std::unordered_map<OUString, FieldConversion> FieldConversionMap_t;
 
-/// Gives access to the parent field contenxt of the topmost one, if there is any.
+/// Gives access to the parent field context of the topmost one, if there is any.
 static FieldContextPtr GetParentFieldContext(const std::deque<FieldContextPtr>& rFieldStack)
 {
     if (rFieldStack.size() < 2)


More information about the Libreoffice-commits mailing list