sw/qa/extras/unowriter/unowriter.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a776a05e09cb686a171b7538f92cac60355c6cdb
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Aug 12 16:00:57 2020 +0200
Commit:     Julien Nabet <serval2...@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 <serval2...@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);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to