summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextAnimationDirection.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextAnimationDirection.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextAnimationDirection.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/drawing/TextAnimationDirection.idl b/offapi/com/sun/star/drawing/TextAnimationDirection.idl
index 0a8ff6b97d1c..dda9d94ed60e 100644
--- a/offapi/com/sun/star/drawing/TextAnimationDirection.idl
+++ b/offapi/com/sun/star/drawing/TextAnimationDirection.idl
@@ -20,36 +20,30 @@
#define __com_sun_star_drawing_TextAnimationDirection_idl__
-//=============================================================================
module com { module sun { module star { module drawing {
-//=============================================================================
// DocMerge from xml: enum com::sun::star::drawing::TextAnimationDirection
/** This enumeration defines the movement direction of a scrolltext.
*/
published enum TextAnimationDirection
{
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: LEFT,
// DocMerge: empty anyway
LEFT,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: RIGHT,
// DocMerge: empty anyway
RIGHT,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: UP,
// DocMerge: empty anyway
UP,
- //-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR TextAnimationDirection:: DOWN
// DocMerge: empty anyway
@@ -57,7 +51,6 @@ published enum TextAnimationDirection
};
-//=============================================================================
}; }; }; };