diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-04 13:36:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-04 15:13:18 +0100 |
commit | 1f409616dfa35fe8fc235a78e17742f74469459d (patch) | |
tree | 5431e2eb2bf1d483900684aca489c741bb6dbb77 /sw | |
parent | 329e489434b0037cb605f6f43d1c18fd8789e126 (diff) |
Fix typo
Change-Id: I51deb92066069aaa72fcbfb71e842991ce7144e0
Reviewed-on: https://gerrit.libreoffice.org/84402
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport13.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |