Issue 121181 - [AWT] UnoControlThrobberModel, UnoControlThrobber and XThrobber not deprecated
Summary: [AWT] UnoControlThrobberModel, UnoControlThrobber and XThrobber not deprecated
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal
Target Milestone: 4.0.0
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-08 09:06 UTC by Ariel Constenla-Haile
Modified: 2017-05-20 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ariel Constenla-Haile 2012-10-08 09:06:40 UTC
UnoControlThrobberModel should be deprecated, but due to a type it appears as not deprecated:

/** 
    @since OOo 2.2
    @deprecatd
        You should use <type>SpinningAnimationControlModel</type>.
 */

published service UnoControlThrobberModel


/** 
    @since OOo 2.2
    @deprecatd
        You should use <type>AnimatedImagesControl</type>.
 */
published service UnoControlThrobber


/** 
    @deprecatd
        You should use <type>XAnimation</type>, <type>AnimatedImagesControl</type>, and <type>AnimatedImagesControlModel</type>.
 */
published interface XThrobber
Comment 1 SVN Robot 2012-10-08 09:24:14 UTC
"arielch" committed SVN revision 1395489 into trunk:
#i121181# - Deprecate Throbber API
Comment 2 Ariel Constenla-Haile 2012-10-08 09:24:47 UTC
Fixed in trunk