diff options
author | Ariel Constenla-Haile <arielch@apache.org> | 2012-10-08 08:23:48 +0000 |
---|---|---|
committer | Ariel Constenla-Haile <arielch@apache.org> | 2012-10-08 08:23:48 +0000 |
commit | 1a172ca66feac0e1a745ce9a4839f0c8336e14bd (patch) | |
tree | bb46fee7addb018c487faa2c199b736b3a38ef6b /offapi | |
parent | 060758a289c134548d8ad376eaca3d24ea84a0db (diff) |
#i121181# - Deprecate Throbber API
Notes
Notes:
merged as: 62cffb489cf7926fc6843e9ac05939b298394ad7
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlThrobber.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/UnoControlThrobberModel.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/awt/XThrobber.idl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlThrobber.idl b/offapi/com/sun/star/awt/UnoControlThrobber.idl index 2b2f7346391b..6a56b7e5e0ac 100644 --- a/offapi/com/sun/star/awt/UnoControlThrobber.idl +++ b/offapi/com/sun/star/awt/UnoControlThrobber.idl @@ -40,8 +40,8 @@ /** @since OOo 2.2 - @deprecatd - You should use <type>AnimatedImagesControl</type>. + @deprecated + You should use <type>AnimatedImagesControl</type> and <type>SpinningProgressControlModel</type>. */ published service UnoControlThrobber { diff --git a/offapi/com/sun/star/awt/UnoControlThrobberModel.idl b/offapi/com/sun/star/awt/UnoControlThrobberModel.idl index 33de78a7c354..c0a562435582 100644 --- a/offapi/com/sun/star/awt/UnoControlThrobberModel.idl +++ b/offapi/com/sun/star/awt/UnoControlThrobberModel.idl @@ -36,8 +36,8 @@ /** @since OOo 2.2 - @deprecatd - You should use <type>SpinningAnimationControlModel</type>. + @deprecated + You should use <type>SpinningProgressControlModel</type>. */ published service UnoControlThrobberModel diff --git a/offapi/com/sun/star/awt/XThrobber.idl b/offapi/com/sun/star/awt/XThrobber.idl index 7b1e5163a944..243de03f61c9 100644 --- a/offapi/com/sun/star/awt/XThrobber.idl +++ b/offapi/com/sun/star/awt/XThrobber.idl @@ -38,8 +38,8 @@ //============================================================================= /** - @deprecatd - You should use <type>XAnimation</type>, <type>AnimatedImagesControl</type>, and <type>AnimatedImagesControlModel</type>. + @deprecated + You should use <type>XAnimation</type>, <type>AnimatedImagesControl</type> and <type>SpinningProgressControlModel</type>. */ published interface XThrobber: com::sun::star::uno::XInterface { |