[Libreoffice-commits] core.git: offapi/com

Ariel Constenla-Haile arielch at apache.org
Wed Jun 5 02:20:09 PDT 2013


 offapi/com/sun/star/awt/UnoControlThrobber.idl      |    2 +-
 offapi/com/sun/star/awt/UnoControlThrobberModel.idl |    2 +-
 offapi/com/sun/star/awt/XThrobber.idl               |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 62cffb489cf7926fc6843e9ac05939b298394ad7
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Oct 8 08:23:48 2012 +0000

    Related: #i121181# Deprecated Throbber API
    
    (cherry picked from commit 1a172ca66feac0e1a745ce9a4839f0c8336e14bd)
    
    Conflicts:
    	offapi/com/sun/star/awt/UnoControlThrobber.idl
    	offapi/com/sun/star/awt/UnoControlThrobberModel.idl
    	offapi/com/sun/star/awt/XThrobber.idl
    
    Change-Id: If63545328b79ec8ccd89c695f17b44b992a2dcdd

diff --git a/offapi/com/sun/star/awt/UnoControlThrobber.idl b/offapi/com/sun/star/awt/UnoControlThrobber.idl
index 20a7050..ef9e5fc 100644
--- a/offapi/com/sun/star/awt/UnoControlThrobber.idl
+++ b/offapi/com/sun/star/awt/UnoControlThrobber.idl
@@ -30,7 +30,7 @@
 /**
     @since OOo 2.2
     @deprecated
-        You should use AnimatedImagesControl.
+        You should use AnimatedImagesControl and SpinningProgressControlModel
  */
 published service UnoControlThrobber
 {
diff --git a/offapi/com/sun/star/awt/UnoControlThrobberModel.idl b/offapi/com/sun/star/awt/UnoControlThrobberModel.idl
index 4f5616b..363750b 100644
--- a/offapi/com/sun/star/awt/UnoControlThrobberModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlThrobberModel.idl
@@ -29,7 +29,7 @@
 /**
     @since OOo 2.2
     @deprecated
-        You should use SpinningAnimationControlModel.
+        You should use SpinningProgressControlModel.
  */
 
 published service UnoControlThrobberModel
diff --git a/offapi/com/sun/star/awt/XThrobber.idl b/offapi/com/sun/star/awt/XThrobber.idl
index 8234c5a..fdbd436 100644
--- a/offapi/com/sun/star/awt/XThrobber.idl
+++ b/offapi/com/sun/star/awt/XThrobber.idl
@@ -28,7 +28,7 @@
 
 /**
     @deprecated
-        You should use XAnimation, AnimatedImagesControl, and AnimatedImagesControlModel.
+        You should use XAnimation, AnimatedImagesControl, and SpinningProgressControlModel.
  */
 published interface XThrobber: com::sun::star::uno::XInterface
 {


More information about the Libreoffice-commits mailing list