[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Sat Apr 14 05:48:18 UTC 2018
sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 23fd3c4020617e7d4954863292180fddf6594327
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Fri Apr 13 09:23:46 2018 +0200
Fix typo
Change-Id: I92942f8882ef0d3a387dc29d1c98b7db5b89cd4d
Reviewed-on: https://gerrit.libreoffice.org/52809
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
index 9e7d943d3e37..2fa19d54e65d 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx
@@ -354,7 +354,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf112118_DOCX, "tdf112118.docx")
DECLARE_OOXMLEXPORT_TEST(testTdf116976, "tdf116976.docx")
{
- // This was 0, reltive size of shape after bitmap was ignored.
+ // This was 0, relative size of shape after bitmap was ignored.
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int16>(40),
getProperty<sal_Int16>(getShape(1), "RelativeWidth"));
}
More information about the Libreoffice-commits
mailing list