chart2/qa/extras/chart2import2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 220ef19df9de6ee7a99173a514402a9e701748d1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Jun 12 20:07:05 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Jun 12 22:34:07 2025 +0200

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

diff --git a/chart2/qa/extras/chart2import2.cxx 
b/chart2/qa/extras/chart2import2.cxx
index cdfe94093e4b..c7d349758846 100644
--- a/chart2/qa/extras/chart2import2.cxx
+++ b/chart2/qa/extras/chart2import2.cxx
@@ -951,7 +951,7 @@ CPPUNIT_TEST_FIXTURE(Chart2ImportTest2, testTdf166428)
     uno::Reference<chart2::XChartDocument> xChartDoc = getChartDocFromSheet(0);
     CPPUNIT_ASSERT(xChartDoc.is());
 
-    // Without applied fix, the series were not merged to one stock chart 
serie and therefore
+    // Without applied fix, the series were not merged to one stock chart 
series and therefore
     // only role "values-y" existed.
     Reference<chart2::data::XDataSequence> xDataSeq
         = getDataSequenceFromDocByRole(xChartDoc, u"values-min");
  • core.git: chart2/qa Andrea Gelmini (via logerrit)

Reply via email to