summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/XGoalSeek.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XGoalSeek.idl')
-rw-r--r--offapi/com/sun/star/sheet/XGoalSeek.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/XGoalSeek.idl b/offapi/com/sun/star/sheet/XGoalSeek.idl
index 2bbaa07ed8e0..8737f0219529 100644
--- a/offapi/com/sun/star/sheet/XGoalSeek.idl
+++ b/offapi/com/sun/star/sheet/XGoalSeek.idl
@@ -24,17 +24,14 @@
#include <com/sun/star/sheet/GoalResult.idl>
#include <com/sun/star/table/CellAddress.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** provides seeking a goal value for a cell.
*/
published interface XGoalSeek: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** calculates a value which gives a specified result in a formula.
@@ -59,7 +56,6 @@ published interface XGoalSeek: com::sun::star::uno::XInterface
};
-//=============================================================================
}; }; }; };