diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-04 12:34:03 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-07 17:39:14 +0200 |
commit | 1a13804092f93dd77b081ea063856d9896838a51 (patch) | |
tree | 5a6b36303e12c166263032507a9c37d1e49f667a /xmloff/qa | |
parent | 69d903c59729deb9f9824929bb31e4256f09025b (diff) |
Fix typos
Change-Id: Iedaac490a577d3582ea9ef5a105836eff8c2eaf5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100078
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff/qa')
-rw-r--r-- | xmloff/qa/unit/text.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/qa/unit/text.cxx b/xmloff/qa/unit/text.cxx index 2a5c65e5c2d9..9e1aec16b803 100644 --- a/xmloff/qa/unit/text.cxx +++ b/xmloff/qa/unit/text.cxx @@ -49,7 +49,7 @@ CPPUNIT_TEST_FIXTURE(XmloffStyleTest, testMailMergeInEditeng) OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "mail-merge-editeng.odt"; getComponent() = loadFromDesktop(aURL); // Without the accompanying fix in place, this test would have failed, as unexpected - // <text:database-display> in editeng text abored the whole import process. + // <text:database-display> in editeng text aborted the whole import process. CPPUNIT_ASSERT(getComponent().is()); } |