summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-16 16:50:44 +0100
committerJens Carl <j.carl43@gmx.de>2018-11-16 23:08:38 +0100
commit4e12b20c0857b9e56ee5221fb6ecea98aca89864 (patch)
treeae628b7f337dd2985ce6d02c2383552fa4e06689 /sw
parentccf024edc184ce5763e38f4f1b2290f214296de8 (diff)
Fix typo
Change-Id: I13db1e2b776ac2590e0d861e0ad2957253cab457 Reviewed-on: https://gerrit.libreoffice.org/63477 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport12.cxx2
-rw-r--r--sw/qa/extras/ww8export/ww8export3.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
index 864d97178cb2..ac7909edcc9b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
@@ -726,7 +726,7 @@ DECLARE_OOXMLEXPORT_TEST(testObjectCrossReference, "object_cross_reference.odt")
DECLARE_OOXMLEXPORT_TEST(testTdf79435_legacyInputFields, "tdf79435_legacyInputFields.doc")
{
- //using .doc input file to verify cross-format compatability.
+ //using .doc input file to verify cross-format compatibility.
uno::Reference<text::XFormField> xFormField;
xFormField
= getProperty<uno::Reference<text::XFormField>>(getRun(getParagraph(5), 3), "Bookmark");
diff --git a/sw/qa/extras/ww8export/ww8export3.cxx b/sw/qa/extras/ww8export/ww8export3.cxx
index 901450dc78e5..f732bf990c25 100644
--- a/sw/qa/extras/ww8export/ww8export3.cxx
+++ b/sw/qa/extras/ww8export/ww8export3.cxx
@@ -69,7 +69,7 @@ DECLARE_WW8EXPORT_TEST(testFdo53985, "fdo53985.doc")
DECLARE_WW8EXPORT_TEST(testTdf79435_legacyInputFields, "tdf79435_legacyInputFields.docx")
{
- //using .docx input file to verify cross-format compatability.
+ //using .docx input file to verify cross-format compatibility.
uno::Reference<text::XFormField> xFormField;
xFormField = getProperty< uno::Reference<text::XFormField> >(getRun(getParagraph(5), 3), "Bookmark");
uno::Reference<container::XNameContainer> xParameters(xFormField->getParameters());