summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/animations/XCommand.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/animations/XCommand.idl')
-rw-r--r--offapi/com/sun/star/animations/XCommand.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/animations/XCommand.idl b/offapi/com/sun/star/animations/XCommand.idl
index 08110baea258..15df81664eda 100644
--- a/offapi/com/sun/star/animations/XCommand.idl
+++ b/offapi/com/sun/star/animations/XCommand.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/animations/XAnimationNode.idl>
-//=============================================================================
module com { module sun { module star { module animations {
-//=============================================================================
/** Execution of the XCommand animation node causes the slide show component
to call back the application to perform the command.
@@ -49,7 +47,6 @@ interface XCommand : XAnimationNode
[attribute] any Parameter;
};
-//=============================================================================
}; }; }; };