[Libreoffice-commits] core.git: Branch 'libreoffice-4-4-5' - xmloff/source
Andrea Gelmini
andrea.gelmini at gelma.net
Wed Jul 15 12:07:39 PDT 2015
xmloff/source/draw/EnhancedCustomShapeToken.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d11429485263ed777a07d469e5c7234f586f31fd
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>
(cherry picked from commit 9fb8b3968670645b257982773ece9d9413f404c6)
Signed-off-by: Michael Stahl <mstahl at redhat.com>
(cherry picked from commit 77335b90a810b3e8c10cdd6547cfdfe2029d977d)
Reviewed-on: https://gerrit.libreoffice.org/17082
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index d9c45ea..1b6ad55 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