[Libreoffice-commits] core.git: xmloff/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Jul 15 09:24:04 PDT 2015
xmloff/source/draw/EnhancedCustomShapeToken.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9fb8b3968670645b257982773ece9d9413f404c6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Wed Jul 1 08:40:19 2015 +0200
xmloff: ODF import: fix spelling of "extrusion-first-light-level"
The attribute is not imported currently due to the typo, but is exported
with the correct spelling from shapeexport.cxx:4377 with
XML_EXTRUSION_FIRST_LIGHT_LEVEL.
Change-Id: I83d77e7eabbbc961fa4f7faf8e20b47601ba071b
Reviewed-on: https://gerrit.libreoffice.org/16641
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index c8fa8a8..6803556 100644
--- a/xmloff/source/draw/EnhancedCustomShapeToken.cxx
+++ b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
@@ -57,7 +57,7 @@ static const TokenTable pTokenTableArray[] =
{ "extrusion-light-face", EAS_extrusion_light_face },
{ "extrusion-first-light-harsh", EAS_extrusion_first_light_harsh },
{ "extrusion-second-light-harsh", EAS_extrusion_second_light_harsh },
- { "extrusion-first-light-livel", EAS_extrusion_first_light_level },
+ { "extrusion-first-light-level", EAS_extrusion_first_light_level },
{ "extrusion-second-light-level", EAS_extrusion_second_light_level },
{ "extrusion-first-light-direction", EAS_extrusion_first_light_direction },
{ "extrusion-second-light-direction", EAS_extrusion_second_light_direction },
More information about the Libreoffice-commits
mailing list