From 6d51f9f948c5bf877ec8a53e3716f00fe5e81a23 Mon Sep 17 00:00:00 2001 From: Ariel Constenla-Haile Date: Mon, 8 Oct 2012 08:40:27 +0000 Subject: [PATCH] Resolves: #i121180# Fix SpinningProgressControlModel description IDL description by Bernard Marcelly (cherry picked from commit 56da9fdf911795afcddaf3f30bbdcf8396a8e373) Conflicts: offapi/com/sun/star/awt/SpinningProgressControlModel.idl Change-Id: I893615fc6432432971311aa20eb9180f32ec747e --- offapi/com/sun/star/awt/SpinningProgressControlModel.idl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/offapi/com/sun/star/awt/SpinningProgressControlModel.idl b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl index 7d553867b122..98cbc23b453f 100644 --- a/offapi/com/sun/star/awt/SpinningProgressControlModel.idl +++ b/offapi/com/sun/star/awt/SpinningProgressControlModel.idl @@ -26,8 +26,10 @@ module com { module sun { module star { module awt { -/** is a specialization of the AnimatedImagesControlModel which provides standard image sets - for displaying a non-procentual progress. +/** is a specialization of the AnimatedImagesControlModel. + +

To show a progress which cannot be expressed as a percentage of execution, + it displays animated images from a standard image set.

Three image sets are provided, of size 16x16, 32x32, and 64x64 pixels.

*/