Revert "Nothing "new" with these"

Actually the "new" comment means "non-standard", as the "new" ones are
not in SMIL 2.0, which is what ODF references. Yay for standards.
Added clarifying comments.

This reverts commit 11c7da74d5633d55c11d1ec04dd0096cb96f88f0.

Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2
diff --git a/offapi/com/sun/star/animations/TransitionSubType.idl b/offapi/com/sun/star/animations/TransitionSubType.idl
index 668ac2e..a9234fa 100644
--- a/offapi/com/sun/star/animations/TransitionSubType.idl
+++ b/offapi/com/sun/star/animations/TransitionSubType.idl
@@ -128,15 +128,17 @@ constants TransitionSubType
    const short FADETOCOLOR = 102;
    const short FADEFROMCOLOR = 103;
    const short FADEOVERCOLOR = 104;

    // Most of those below are non-standard, not in SMIL 2.0
    const short THREEBLADE = 105;
    const short EIGHTBLADE = 106;
    const short ONEBLADE = 107;
    const short ACROSS = 108;
    const short TOPLEFTVERTICAL = 109;
    const short TOPLEFTVERTICAL = 109; // Is in SMIL
    const short COMBHORIZONTAL = 110;
    const short COMBVERTICAL = 111;
    const short IN = 112;
    const short OUT = 113;
    const short IN = 112; // Not actually a subtype, and apparently unused
    const short OUT = 113; // Ditto
    const short ROTATEIN = 114;
    const short ROTATEOUT = 115;
    const short FROMTOPLEFT = 116;
diff --git a/offapi/com/sun/star/animations/TransitionType.idl b/offapi/com/sun/star/animations/TransitionType.idl
index f395a45..9052bd1 100644
--- a/offapi/com/sun/star/animations/TransitionType.idl
+++ b/offapi/com/sun/star/animations/TransitionType.idl
@@ -64,6 +64,8 @@ constants TransitionType
    const short PUSHWIPE = 35;
    const short SLIDEWIPE = 36;
    const short FADE = 37;

    // Non-standard, not in SMIL 2.0:
    const short RANDOMBARWIPE = 38;
    const short CHECKERBOARDWIPE = 39;
    const short DISSOLVE = 40;