Fix typo in code

Change-Id: If2a5e5533a8587c83279d61d764c201e8572f075
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100730
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2020-08-12 16:00:57 +02:00
committed by Julien Nabet
parent 8f53858381
commit a776a05e09

View File

@@ -225,7 +225,7 @@ CPPUNIT_TEST_FIXTURE(SwUnoWriter, testInsertTextContentWithPropertiesNotExpandsH
CPPUNIT_ASSERT_EQUAL(awt::FontSlant_NONE, getProperty<awt::FontSlant>(xProps, "CharPosture"));
}
CPPUNIT_TEST_FIXTURE(SwUnoWriter, testGraphicDesciptorURL)
CPPUNIT_TEST_FIXTURE(SwUnoWriter, testGraphicDescriptorURL)
{
loadURL("private:factory/swriter", nullptr);
@@ -252,7 +252,7 @@ CPPUNIT_TEST_FIXTURE(SwUnoWriter, testGraphicDesciptorURL)
CPPUNIT_ASSERT(xGraphic.is());
}
CPPUNIT_TEST_FIXTURE(SwUnoWriter, testGraphicDesciptorURLBitmap)
CPPUNIT_TEST_FIXTURE(SwUnoWriter, testGraphicDescriptorURLBitmap)
{
loadURL("private:factory/swriter", nullptr);