summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/XAnimationListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/XAnimationListener.idl')
-rw-r--r--offapi/com/sun/star/animations/XAnimationListener.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/animations/XAnimationListener.idl b/offapi/com/sun/star/animations/XAnimationListener.idl
index 8d27e294c717..2a1085f1e2b9 100644
--- a/offapi/com/sun/star/animations/XAnimationListener.idl
+++ b/offapi/com/sun/star/animations/XAnimationListener.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/lang/XEventListener.idl>
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** makes it possible to register listeners, which are called whenever
an animation event occurs.
@@ -78,7 +76,6 @@ interface XAnimationListener : ::com::sun::star::lang::XEventListener
void repeat( [in] XAnimationNode Node, [in] long Repeat );
};
-//=============================================================================
}; }; }; };