[Libreoffice-commits] .: slideshow/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Fri Jan 28 10:21:41 PST 2011


 slideshow/source/engine/attributemap.cxx |   21 ---------------------
 1 file changed, 21 deletions(-)

New commits:
commit 6174bf0ad83c7c94c46516c06d4d1fca7ebcc66d
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Fri Jan 28 19:21:36 2011 +0100

    Remove double line spacing.

diff --git a/slideshow/source/engine/attributemap.cxx b/slideshow/source/engine/attributemap.cxx
index 5509612..ecf01a6 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 }
                 };
 


More information about the Libreoffice-commits mailing list