diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 18:47:55 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:05:50 +0200 |
commit | 73e3604fc16695758b9a7f55051d2f786f74be2d (patch) | |
tree | 357784a45ad575a8de6d6d9450fb18190091c873 /sw/qa | |
parent | 396473a3d6ddd1f1ee2d4e0fd3bae5c41d2cc3fd (diff) |
Fixing '....' and '..'
Change-Id: I926069d6c1f2712e5020d930f7ff6c62fd00e912
Reviewed-on: https://gerrit.libreoffice.org/78667
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx index 07c59f3a0fb1..c3f700aa3a92 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport2.cxx @@ -867,7 +867,7 @@ DECLARE_OOXMLEXPORT_TEST(testPageBorderSpacingExportCase2, "page-borders-export- { // The problem was that the exporter didn't mirror the workaround of the // importer, regarding the page border's spacing : the <w:pgBorders w:offsetFrom="page"> - // and the inner nodes like <w:top w:space="24" .... /> + // and the inner nodes like <w:top w:space="24" ... /> // // The exporter ALWAYS exported 'w:offsetFrom="text"' even when the spacing values where too large // for Word to handle (larger than 31 points) |