Issue 121181

Summary: [AWT] UnoControlThrobberModel, UnoControlThrobber and XThrobber not deprecated
Product: App Dev Reporter: Ariel Constenla-Haile <arielch>
Component: apiAssignee: Ariel Constenla-Haile <arielch>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: 4.0.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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