summaryrefslogtreecommitdiff
path: root/sw/qa/extras/unowriter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-12 16:00:57 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-15 19:53:24 +0200
commita776a05e09cb686a171b7538f92cac60355c6cdb (patch)
tree91876d31f04bcb110ff7206f58e26d0e06088f24 /sw/qa/extras/unowriter
parent8f53858381e0cd6a3391c4ce8a097cdafa9c8df0 (diff)
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>
Diffstat (limited to 'sw/qa/extras/unowriter')
-rw-r--r--sw/qa/extras/unowriter/unowriter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/unowriter/unowriter.cxx b/sw/qa/extras/unowriter/unowriter.cxx
index 73255ceb4ea9..77cf1bf7788b 100644
--- a/sw/qa/extras/unowriter/unowriter.cxx
+++ b/sw/qa/extras/unowriter/unowriter.cxx
@@ -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);