summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-11-08 13:06:22 +0100
committerJulien Nabet <serval2412@yahoo.fr>2021-11-08 22:53:33 +0100
commit140b90d30b30bddfda44b81e26284807807ab518 (patch)
tree5ced0a2fa693d1c10420889d87af414262434018 /svx/source/customshapes
parent4024673d69475191ba221fd0db2e595bf796d4fd (diff)
Fix typos
Change-Id: I945c72ce9065d0c59e7ebcb96c70995d5333b67f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124841 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.cxx b/svx/source/customshapes/EnhancedCustomShape3d.cxx
index 7b847c381835..4d3cb9de7cb1 100644
--- a/svx/source/customshapes/EnhancedCustomShape3d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape3d.cxx
@@ -684,7 +684,7 @@ SdrObject* EnhancedCustomShape3d::Create3DObject(
double fAmbientIntensity = GetDouble( rGeometryItem, "Brightness", 22178.0 / 655.36 ) / 100.0;
bool bMetal = GetBool( rGeometryItem, "Metal", false );
- // Currently needed for import from binar MS Office.
+ // Currently needed for import from binary MS Office.
// ToDo: Create a solution in the filters.
// MS Office adds black to diffuse and ambient color in case of metal. Use an
// approximating ersatz.