summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/SolverConstraint.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/SolverConstraint.idl')
-rw-r--r--offapi/com/sun/star/sheet/SolverConstraint.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/SolverConstraint.idl b/offapi/com/sun/star/sheet/SolverConstraint.idl
index 57de68c8b8d1..c8f9cf5b184b 100644
--- a/offapi/com/sun/star/sheet/SolverConstraint.idl
+++ b/offapi/com/sun/star/sheet/SolverConstraint.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/table/CellAddress.idl>
#include <com/sun/star/sheet/SolverConstraintOperator.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** is used to specify a constraint for a solver model.
*/
@@ -45,7 +43,6 @@ struct SolverConstraint
any Right;
};
-//=============================================================================
}; }; }; };