diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-01 08:40:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-15 16:23:38 +0000 |
commit | 9fb8b3968670645b257982773ece9d9413f404c6 (patch) | |
tree | 085075658aa12199ef0e3624f3b03fa88b8b3941 /xmloff | |
parent | 76772c8016f22eebaee94b190152461a5772405b (diff) |
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@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/EnhancedCustomShapeToken.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |