summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/UnoControlThrobber.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/UnoControlThrobber.idl')
-rw-r--r--offapi/com/sun/star/awt/UnoControlThrobber.idl9
1 files changed, 3 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlThrobber.idl b/offapi/com/sun/star/awt/UnoControlThrobber.idl
index f5194075019a..85b5d8b850f7 100644
--- a/offapi/com/sun/star/awt/UnoControlThrobber.idl
+++ b/offapi/com/sun/star/awt/UnoControlThrobber.idl
@@ -42,17 +42,14 @@
//=============================================================================
-/** specifies a simple animation control.
-
- <p>The model of an <type>UnoControlThrobber</type> control must support
- the <type>UnoControlThrobberModel</type> service.</p>
-
+/**
@since OOo 2.2
+ @deprecatd
+ You should use <type>AnimatedImagesControl</type>.
*/
published service UnoControlThrobber
{
service com::sun::star::awt::UnoControl;
-
interface com::sun::star::awt::XThrobber;
};