summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XSimpleAnimation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XSimpleAnimation.idl')
-rw-r--r--offapi/com/sun/star/awt/XSimpleAnimation.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XSimpleAnimation.idl b/offapi/com/sun/star/awt/XSimpleAnimation.idl
index 9ce7f6a41cc0..ee79d7e456ca 100644
--- a/offapi/com/sun/star/awt/XSimpleAnimation.idl
+++ b/offapi/com/sun/star/awt/XSimpleAnimation.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/graphic/XGraphic.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/**
@deprecated
@@ -39,7 +37,6 @@ published interface XSimpleAnimation: com::sun::star::uno::XInterface
void setImageList( [in] sequence < com::sun::star::graphic::XGraphic > ImageList );
};
-//=============================================================================
}; }; }; };