vcl/qa/cppunit/pdfexport/pdfexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef1c755e31971d92429d70fbab58446ccb2bfcda
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jul 3 15:24:46 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 4 13:16:50 2023 +0200

    Fix typo
    
    Change-Id: I14c4862788b3fe28f9c2f6b0ef41601192f5560e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153881
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx 
b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 3016358e49a5..5698288b4c22 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -3306,7 +3306,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf152231)
                 ++nPara;
                 auto pKids = 
dynamic_cast<vcl::filter::PDFArrayElement*>(pObject->Lookup("K"));
                 CPPUNIT_ASSERT(pKids);
-                // one problem was that that some StructElem were missing kids
+                // one problem was that some StructElem were missing kids
                 CPPUNIT_ASSERT(!pKids->GetElements().empty());
             }
         }

Reply via email to