oox/qa/unit/testscene3d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4656674fa7daaf6eca13613e31d32382e755fe4d Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Mar 20 22:34:17 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Mar 21 08:34:22 2024 +0100 Fix typo Change-Id: I4b017b9886713423a2b8f445ced297ddc10f6434 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165084 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/qa/unit/testscene3d.cxx b/oox/qa/unit/testscene3d.cxx index 48b968ba23cd..ee60eb24c614 100644 --- a/oox/qa/unit/testscene3d.cxx +++ b/oox/qa/unit/testscene3d.cxx @@ -492,7 +492,7 @@ CPPUNIT_TEST_FIXTURE(TestScene3d, test_material_highlight) { // The file contains six shapes with same geometry and fill and line color. The scenes use the // camera 'orthographicFront' and the lightRig 'twoPt'. The test looks at an area of highlight - // and at an area outside the hightlight. + // and at an area outside the highlight. loadFromFile(u"Scene3d_material_highlight.pptx");
