summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/CHAOSProgressStart.idl')
-rw-r--r--offapi/com/sun/star/ucb/CHAOSProgressStart.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ucb/CHAOSProgressStart.idl b/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
index e3c5bd6759ba..e90f981e303b 100644
--- a/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
+++ b/offapi/com/sun/star/ucb/CHAOSProgressStart.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module ucb {
-//=============================================================================
/** An object representing the start of a task's activity that will progress
from some minimal to some maximal value.
@@ -36,23 +34,19 @@ module com { module sun { module star { module ucb {
*/
published struct CHAOSProgressStart
{
- //-------------------------------------------------------------------------
/** An optional text describing the activity.
*/
string Text;
- //-------------------------------------------------------------------------
/** The minimal value of the progress.
*/
long Minimum;
- //-------------------------------------------------------------------------
/** The maximal value of the progress.
*/
long Maximum;
};
-//=============================================================================
}; }; }; };