You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/10/08 11:23:49 UTC

svn commit: r1395489 - in /incubator/ooo/trunk/main/offapi/com/sun/star/awt: UnoControlThrobber.idl UnoControlThrobberModel.idl XThrobber.idl

Author: arielch
Date: Mon Oct  8 09:23:48 2012
New Revision: 1395489

URL: http://svn.apache.org/viewvc?rev=1395489&view=rev
Log:
#i121181# - Deprecate Throbber API

Modified:
    incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobber.idl
    incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobberModel.idl
    incubator/ooo/trunk/main/offapi/com/sun/star/awt/XThrobber.idl

Modified: incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobber.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobber.idl?rev=1395489&r1=1395488&r2=1395489&view=diff
==============================================================================
--- incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobber.idl (original)
+++ incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobber.idl Mon Oct  8 09:23:48 2012
@@ -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
 {

Modified: incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobberModel.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobberModel.idl?rev=1395489&r1=1395488&r2=1395489&view=diff
==============================================================================
--- incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobberModel.idl (original)
+++ incubator/ooo/trunk/main/offapi/com/sun/star/awt/UnoControlThrobberModel.idl Mon Oct  8 09:23:48 2012
@@ -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

Modified: incubator/ooo/trunk/main/offapi/com/sun/star/awt/XThrobber.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/awt/XThrobber.idl?rev=1395489&r1=1395488&r2=1395489&view=diff
==============================================================================
--- incubator/ooo/trunk/main/offapi/com/sun/star/awt/XThrobber.idl (original)
+++ incubator/ooo/trunk/main/offapi/com/sun/star/awt/XThrobber.idl Mon Oct  8 09:23:48 2012
@@ -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
 {