From a85aeb1b8354ad6c4da23fe5947147991a573aa5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 20 Mar 2024 22:34:33 +0100 Subject: Fix typo Change-Id: I5e1f9104405329452431ccf663f6916a6cd2036b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165085 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- oox/source/drawingml/scene3dhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source/drawingml/scene3dhelper.cxx') diff --git a/oox/source/drawingml/scene3dhelper.cxx b/oox/source/drawingml/scene3dhelper.cxx index eff649a71cd7..cb0a85eb7ed0 100644 --- a/oox/source/drawingml/scene3dhelper.cxx +++ b/oox/source/drawingml/scene3dhelper.cxx @@ -946,7 +946,7 @@ void Scene3DHelper::setLightingProperties(const oox::drawingml::Shape3DPropertie namespace /** This struct is used to hold material values for extruded custom shapes. Because we cannot yet - render all material propertes MS Office uses, the values are adapted to our current abilities.*/ + render all material properties MS Office uses, the values are adapted to our current abilities.*/ { struct MaterialValues { -- cgit