diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-01-28 19:21:36 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-01-28 19:21:45 +0100 |
commit | 61a81b5c12fa7b783ba5207451de1bf3fbee45b3 (patch) | |
tree | d0e453fcfe7c41fcfdb09bf8e66428ccd7edcec4 /slideshow | |
parent | d43823cf0585b1362f7c1fff5d424d8622c94639 (diff) |
Remove double line spacing.
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/attributemap.cxx | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/slideshow/source/engine/attributemap.cxx b/slideshow/source/engine/attributemap.cxx index 32131adab310..360cd8119e38 100644 --- a/slideshow/source/engine/attributemap.cxx +++ b/slideshow/source/engine/attributemap.cxx @@ -55,49 +55,28 @@ namespace slideshow static AnimateAttributeMap::MapEntry lcl_attributeMap[] = { { "charcolor", ATTRIBUTE_CHAR_COLOR }, - { "charfontname", ATTRIBUTE_CHAR_FONT_NAME }, - { "charheight", ATTRIBUTE_CHAR_HEIGHT }, - { "charposture", ATTRIBUTE_CHAR_POSTURE }, - // TODO(Q1): This should prolly be changed in PPT import // { "charrotation", ATTRIBUTE_CHAR_ROTATION }, { "charrotation", ATTRIBUTE_ROTATE }, - { "charunderline", ATTRIBUTE_CHAR_UNDERLINE }, - { "charweight", ATTRIBUTE_CHAR_WEIGHT }, - { "color", ATTRIBUTE_COLOR }, - { "dimcolor", ATTRIBUTE_DIMCOLOR }, - { "fillcolor", ATTRIBUTE_FILL_COLOR }, - { "fillstyle", ATTRIBUTE_FILL_STYLE }, - { "height", ATTRIBUTE_HEIGHT }, - { "linecolor", ATTRIBUTE_LINE_COLOR }, - { "linestyle", ATTRIBUTE_LINE_STYLE }, - { "opacity", ATTRIBUTE_OPACITY }, - { "rotate", ATTRIBUTE_ROTATE }, - { "skewx", ATTRIBUTE_SKEW_X }, - { "skewy", ATTRIBUTE_SKEW_Y }, - { "visibility", ATTRIBUTE_VISIBILITY }, - { "width", ATTRIBUTE_WIDTH }, - { "x", ATTRIBUTE_POS_X }, - { "y", ATTRIBUTE_POS_Y } }; |