diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-20 22:34:33 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-03-21 08:33:43 +0100 |
commit | a85aeb1b8354ad6c4da23fe5947147991a573aa5 (patch) | |
tree | 0bee3e1d634844034bd742fcfb6b9b3bd894e3dc /oox/source/drawingml/scene3dhelper.cxx | |
parent | 7ef7bdca3c1c82cf0338542c107e8f9e0b838b66 (diff) |
Fix typo
Change-Id: I5e1f9104405329452431ccf663f6916a6cd2036b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165085
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source/drawingml/scene3dhelper.cxx')
-rw-r--r-- | oox/source/drawingml/scene3dhelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |