oox/source/drawingml/scene3dhelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a85aeb1b8354ad6c4da23fe5947147991a573aa5 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Mar 20 22:34:33 2024 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Mar 21 08:33:43 2024 +0100 Fix typo Change-Id: I5e1f9104405329452431ccf663f6916a6cd2036b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165085 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 {
