summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 23:24:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 09:46:21 +0200
commitf3261ba74815b30f1018954bfb9ecd332fa8f1d5 (patch)
treeb359f61130ff26d4898f4b6c7dba430de9831190 /sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
parent0286f76b84478a38b252a39a4e33e51339286bcd (diff)
Fix typos
"its" Change-Id: I02c660e46964270376a66210fdb5f1b1985ce5b6 Reviewed-on: https://gerrit.libreoffice.org/77255 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/ooxmlexport/ooxmlexport6.cxx')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport6.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
index 2a2a82df7b74..653d4949863f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
@@ -840,7 +840,7 @@ DECLARE_OOXMLEXPORT_TEST(testAlignForShape,"Shape.docx")
DECLARE_OOXMLEXPORT_TEST(testLineStyle_DashType, "LineStyle_DashType.docx")
{
/* DOCX contatining Shape with LineStyle as Dash Type should get preserved inside
- * an XMl tag <a:prstDash> with value "dash", "sysDot", "lgDot", etc.
+ * an XML tag <a:prstDash> with value "dash", "sysDot", "lgDot", etc.
*/
xmlDocPtr pXmlDoc = parseExport("word/document.xml");
if (!pXmlDoc)
@@ -942,7 +942,7 @@ DECLARE_OOXMLEXPORT_TEST(testExtentValue, "fdo74605.docx")
}
// part of tdf#93676, word gives the frame in the exported .docx a huge height,
-// because its exported with 255% height percentage from a 255 HeightPercent
+// because it's exported with 255% height percentage from a 255 HeightPercent
// settings, but 255 is a special flag that the value is synced to the
// other dimension.
DECLARE_OOXMLEXPORT_TEST(testSyncedRelativePercent, "tdf93676-1.odt")