diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-24 01:00:15 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-04-24 13:38:28 +0200 |
commit | 8648cfe64ad55caf5af8974bbbe3057c8a9eab1e (patch) | |
tree | 12fbc61ba8fbbe036f469265761c1779d41a3fff /sw/qa | |
parent | 3b83ef0d24347a39a925996c5d2958fcdc2473d7 (diff) |
Fix typos
Change-Id: I3e130b68c18ebe24c072d317d59b4854608a222f
Reviewed-on: https://gerrit.libreoffice.org/36870
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/qa')
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx index 43f5856540ec..83a3e8398531 100644 --- a/sw/qa/extras/uiwriter/uiwriter.cxx +++ b/sw/qa/extras/uiwriter/uiwriter.cxx @@ -4583,7 +4583,7 @@ void SwUiWriterTest::testCreateDocxAnnotation() uno::Reference<container::XEnumeration> xFields(xFieldsAccess->createEnumeration()); uno::Reference<beans::XPropertySet> xField(xFields->nextElement(), uno::UNO_QUERY); - // this was empty insetad of "some text" + // this was empty instead of "some text" CPPUNIT_ASSERT_EQUAL(aSomeText, xField->getPropertyValue("Content").get<OUString>()); } |