diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-09-02 16:13:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-02 21:26:45 +0200 |
commit | 8854cf29682bc2f02fba1901f967c7a94bc706d5 (patch) | |
tree | 5d72e02c71da3e1e135c021fe70886de41b3a481 /sw/qa/extras/ooxmlexport | |
parent | 0a9f682de7727e5873323b68405a4aecd785057e (diff) |
Fix typo
Change-Id: I9d039e14fdc4600f6f20ebc57e69250ac89ab9f5
Reviewed-on: https://gerrit.libreoffice.org/59909
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa/extras/ooxmlexport')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx index fc7c469e1c2f..6012d8039e91 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx @@ -625,7 +625,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf119188_list_margin_in_cell, "tdf119188_list_marg uno::Reference<text::XTextTable> xTable(xTables->getByIndex(0), uno::UNO_QUERY); uno::Reference<text::XTextRange> xCell(xTable->getCellByName("A1"), uno::UNO_QUERY); - // lists with auto margings in cells: top margin of the first paragraph is zero, + // lists with auto margins in cells: top margin of the first paragraph is zero, // but not the bottom margin of the last paragraph, also other list items have got // zero margins. |