summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-04-13 09:23:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-04-14 07:47:01 +0200
commit23fd3c4020617e7d4954863292180fddf6594327 (patch)
treebed9db726960fc42b203d87e5ecc616ecbf98081
parent9c8a6a4396ebbe8ecb15591cc291c388c82c8ed6 (diff)
Fix typo
Change-Id: I92942f8882ef0d3a387dc29d1c98b7db5b89cd4d Reviewed-on: https://gerrit.libreoffice.org/52809 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport11.cxx2
1 files changed, 1 insertions, 1 deletions
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"));
}