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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Dec 4 14:14:18 UTC 2019


 sw/qa/extras/ooxmlexport/ooxmlexport13.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1f409616dfa35fe8fc235a78e17742f74469459d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Dec 4 13:36:25 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Dec 4 15:13:18 2019 +0100

    Fix typo
    
    Change-Id: I51deb92066069aaa72fcbfb71e842991ce7144e0
    Reviewed-on: https://gerrit.libreoffice.org/84402
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index 6ce7780efe81..2d51c79490e1 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -268,7 +268,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf99602_charStyleSubscript2, "tdf99602_charStyleSu
 {
     // *_In styles_*, don't let the proportionality/escapement affect the fontsize - otherwise it starts doubling up,
     // so instead just throw away the values and use the default settings instead - meaning fontsize is unaffected.
-    // subscript custom: Proprtional size is 80%, lower by 25%.
+    // subscript custom: Proportional size is 80%, lower by 25%.
     uno::Reference<beans::XPropertySet> xStyle(getStyles("CharacterStyles")->getByName("subscript custom"), uno::UNO_QUERY);
     CPPUNIT_ASSERT_EQUAL_MESSAGE("CharStyle has 12pt font size", 12.f, getProperty<float>(xStyle, "CharHeight"));
     // subscript larger font: Proportional size is 80%, lowered by DFLT_ESC_SUB_AUTO


More information about the Libreoffice-commits mailing list