summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2012-10-08 08:23:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-06-05 10:19:47 +0100
commit62cffb489cf7926fc6843e9ac05939b298394ad7 (patch)
tree73eaea917dd3307733e340e922fad5bb79332f67 /offapi
parent2c2dc8ebb7a3961f6f33d64a328f33dd3c9a40c6 (diff)
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
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/UnoControlThrobber.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlThrobberModel.idl2
-rw-r--r--offapi/com/sun/star/awt/XThrobber.idl2
3 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/UnoControlThrobber.idl b/offapi/com/sun/star/awt/UnoControlThrobber.idl
index 20a705079a5b..ef9e5fc7d45d 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 4f5616b28088..363750b4fe69 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 8234c5a52d38..fdbd436b72a5 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
{