summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/GoalResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/GoalResult.idl')
-rw-r--r--offapi/com/sun/star/sheet/GoalResult.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/GoalResult.idl b/offapi/com/sun/star/sheet/GoalResult.idl
index fad52a9882e4..c9f69bea396b 100644
--- a/offapi/com/sun/star/sheet/GoalResult.idl
+++ b/offapi/com/sun/star/sheet/GoalResult.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sheet_GoalResult_idl__
#define __com_sun_star_sheet_GoalResult_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** is the result of a goal seek operation.
*/
@@ -34,7 +32,6 @@ published struct GoalResult
*/
double Divergence;
- //-------------------------------------------------------------------------
/** the resulting value.
*/
@@ -42,7 +39,6 @@ published struct GoalResult
};
-//=============================================================================
}; }; }; };