diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-26 13:51:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-26 16:35:23 +0200 |
commit | 415dd9825f45f412b4d547113ede77f07eac448e (patch) | |
tree | 692131ca0d67afed9e9b64ae94a5e6aeb1190e4c /sd | |
parent | 0203092b072e4b420d21b98fb5deba4e1e089774 (diff) |
Fix typo
Change-Id: I12743733a35d00b5d99495b584bdb85de0175196
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92928
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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); |