sw/qa/extras/rtfexport/rtfexport5.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 90239f42f3ec2ce00e8ff3620394fd2fd1b5f505 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Dec 17 17:19:39 2019 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Dec 17 18:22:36 2019 +0100 Fix typos Change-Id: I54554165cc0df1b1f7902e467f0ba6480f4882e3 Reviewed-on: https://gerrit.libreoffice.org/85313 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/rtfexport/rtfexport5.cxx b/sw/qa/extras/rtfexport/rtfexport5.cxx index 640cff9bec39..3b6af8c6801f 100644 --- a/sw/qa/extras/rtfexport/rtfexport5.cxx +++ b/sw/qa/extras/rtfexport/rtfexport5.cxx @@ -1151,11 +1151,11 @@ DECLARE_RTFEXPORT_TEST(testTdf128320, "tdf128320.odt") OString aRtfContent(read_uInt8s_ToOString(*pStream, pStream->TellEnd())); // There are some RTF tokens for shape props - // They are much more inside, but let's use \shpwr2 as an inducator + // They are much more inside, but let's use \shpwr2 as an indicator sal_Int32 nPos = aRtfContent.indexOf("\\shpwr2", 0); CPPUNIT_ASSERT(nPos > 0); - // It goes AFTER shape instruction (sadly here we do not check if it is contaned inside) + // It goes AFTER shape instruction (sadly here we do not check if it is contained inside) sal_Int32 nPosShp = aRtfContent.indexOf("\\shpinst", 0); CPPUNIT_ASSERT(nPosShp > 0); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits