diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-03 16:00:51 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-06 20:25:48 +0100 |
commit | c067552caa38882b250279c1f9475a5537c4333f (patch) | |
tree | 0b119bbc9abacea1e224a1ef67803004da48663d /sw | |
parent | d2b03c4bfa284efbb45cb4904122e97439d3ee06 (diff) |
Fix typos
Change-Id: I16d59aa3a3f17764a848428a2e6b206dc57a480a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126325
Tested-by: Jenkins
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx index 610820c40f33..3d53d52125ae 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlfieldexport.cxx @@ -775,7 +775,7 @@ DECLARE_OOXMLEXPORT_TEST( testSdtDatePicker, "test_sdt_datepicker.docx" ) // Check that roundtrip for date picker field does not lose essential data xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml"); if (!pXmlDoc) - return; // initial import, no futher checks + return; // initial import, no further checks // Placeholder is here OUString sDocPart = getXPath(pXmlDoc, "/w:document/w:body/w:p/w:sdt/w:sdtPr/w:placeholder/w:docPart", "val"); |