[Libreoffice-commits] core.git: sd/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 26 14:36:00 UTC 2020
sd/qa/unit/import-tests.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 415dd9825f45f412b4d547113ede77f07eac448e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 26 13:51:56 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 26 16:35:23 2020 +0200
Fix typo
Change-Id: I12743733a35d00b5d99495b584bdb85de0175196
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92928
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index ef032087e4ac..83cab0b6c083 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -3100,7 +3100,7 @@ void SdImportTest::testTdf119187()
CPPUNIT_ASSERT(pObj);
const sdr::properties::BaseProperties & rProperties = pObj->GetProperties();
- // chcek text vertical alignment
+ // check text vertical alignment
const SdrTextVertAdjustItem& rSdrTextVertAdjustItem = rProperties.GetItem(SDRATTR_TEXT_VERTADJUST);
const SdrTextVertAdjust eTVA = rSdrTextVertAdjustItem.GetValue();
CPPUNIT_ASSERT_EQUAL(SDRTEXTVERTADJUST_TOP, eTVA);
More information about the Libreoffice-commits
mailing list