[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Aug 15 17:54:07 UTC 2020
sw/qa/extras/unowriter/unowriter.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a776a05e09cb686a171b7538f92cac60355c6cdb
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Aug 12 16:00:57 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Aug 15 19:53:24 2020 +0200
Fix typo in code
Change-Id: If2a5e5533a8587c83279d61d764c201e8572f075
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100730
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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);
More information about the Libreoffice-commits
mailing list