oox/source/drawingml/scene3dhelper.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 01c7eefbb8722e2e5ef835777c2161b8e3d5aad8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 20 11:13:33 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Feb 20 16:26:59 2024 +0100

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

diff --git a/oox/source/drawingml/scene3dhelper.cxx 
b/oox/source/drawingml/scene3dhelper.cxx
index 2cacc8e60fb0..3bb537bbd7d7 100644
--- a/oox/source/drawingml/scene3dhelper.cxx
+++ b/oox/source/drawingml/scene3dhelper.cxx
@@ -290,7 +290,7 @@ void Scene3DHelper::addExtrusionDepthToMap(const 
oox::drawingml::Shape3DProperti
     if (nDepthAmount == 0 && nZPosition != 0)
     {
         // We cannot express the position relative to the extrusion depth.
-        // Use an artifical, small depth of 1Hmm
+        // Use an artificial, small depth of 1Hmm
         fDepthRelPos = fZPosition;
         fDepthAmount = 1.0; // unit Hmm
     }

Reply via email to