diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-31 22:54:47 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-09-01 12:50:43 +0200 |
commit | 5dd22c7fe8aeaaee76cb8124113adda6c43dfd39 (patch) | |
tree | 8e08d7e60e6d09405e0904de3010499e338fe051 /vcl | |
parent | 08e62dfbc156ef79cd9fa98e54bfba043247af8f (diff) |
Fix typo
Change-Id: Id912bf46e9c9b2aa02f58124cc8ee63a7cd3322b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139137
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/pdfexport/pdfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx index 4df845e45ed7..0168c157b0c2 100644 --- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx +++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx @@ -3580,7 +3580,7 @@ CPPUNIT_TEST_FIXTURE(PdfExportTest, testTdf139627) CPPUNIT_ASSERT_EQUAL(4, nTextObjectCount); // Text: جِـرم (which means "mass" in Persian) - // Rendered as (left to right): "reh + mim" - "tahtweel" - "kasreh" - "jeh" + // Rendered as (left to right): "reh + mim" - "tatweel" - "kasreh" - "jeh" int rehmim = 0, kasreh = 1, tatweel = 2, jeh = 3; // Bad rendering can cause tatweel enumerated before kasreh |