summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/TextAnimationKind.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/TextAnimationKind.idl')
-rw-r--r--offapi/com/sun/star/drawing/TextAnimationKind.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/offapi/com/sun/star/drawing/TextAnimationKind.idl b/offapi/com/sun/star/drawing/TextAnimationKind.idl
index df33e20a537a..12f10a44b8e5 100644
--- a/offapi/com/sun/star/drawing/TextAnimationKind.idl
+++ b/offapi/com/sun/star/drawing/TextAnimationKind.idl
@@ -23,38 +23,26 @@
module com { module sun { module star { module drawing {
-
-// DocMerge from xml: enum com::sun::star::drawing::TextAnimationKind
/** This enumeration specifies the type of animation for a text.
*/
published enum TextAnimationKind
{
-
- // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::NONE
/** Don't animate this text.
*/
NONE,
-
- // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::BLINK
/** Let this text switch its state from visible to invisible continuously.
*/
BLINK,
-
- // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::SCROLL
/** Let this text scroll.
*/
SCROLL,
-
- // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::ALTERNATE
/** Scroll the text from one side to the other and back.
*/
ALTERNATE,
-
- // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::SLIDE
/** Scroll the text from one side to the final position and stop there.
*/
SLIDE