summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-03-14 12:57:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-03-14 13:44:30 +0100
commit0de11772fa62424910dc4f0155f559de66c0c97c (patch)
treecee33f45e68b6b2d9c259e79bcae9a3d3238bf49 /oox
parentec99dac5c4e0d7e93b54a4a3043ac16a6054c2d5 (diff)
Fix typo
Change-Id: I554f8b88e0f479c4fd27fcc6231e79d77371209e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164809 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/testscene3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/qa/unit/testscene3d.cxx b/oox/qa/unit/testscene3d.cxx
index 6d22f714692e..5ca452ea3d21 100644
--- a/oox/qa/unit/testscene3d.cxx
+++ b/oox/qa/unit/testscene3d.cxx
@@ -482,7 +482,7 @@ CPPUNIT_TEST_FIXTURE(TestScene3d, test_lightRig_rot_rotation)
// The rotation brings the second light in a position, that it contributes to the left face.
// Because the light is specular in MS Office, but current LibreOffice cannot make a second
// light specular, the colors in MS Office and LibreOffice differ noticeably. MS Office has
- // here rgb(255, 214, 99). The expectected color is the color in LibreOffice as of March 2024.
+ // here rgb(255, 214, 99). The expected color is the color in LibreOffice as of March 2024.
// The test needs to be updated, when LibreOffice rendering is improved.
nX = 0.078176 * aBMP.GetSizePixel().Width();
nY = 0.49904 * aBMP.GetSizePixel().Height();