From 9fb8b3968670645b257982773ece9d9413f404c6 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 1 Jul 2015 08:40:19 +0200 Subject: 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 Tested-by: Michael Stahl --- xmloff/source/draw/EnhancedCustomShapeToken.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx index c8fa8a8eb337..680355665177 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 }, -- cgit