summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSolver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XSolver.idl')
-rw-r--r--offapi/com/sun/star/sheet/XSolver.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/XSolver.idl b/offapi/com/sun/star/sheet/XSolver.idl
index 3096a772525d..cab98844a59d 100644
--- a/offapi/com/sun/star/sheet/XSolver.idl
+++ b/offapi/com/sun/star/sheet/XSolver.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/XSpreadsheetDocument.idl>
#include <com/sun/star/sheet/SolverConstraint.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** allows to call a solver for a model that is defined by spreadsheet cells.
*/
@@ -63,7 +61,6 @@ interface XSolver: com::sun::star::uno::XInterface
[attribute, readonly] sequence< double > Solution;
};
-//=============================================================================
}; }; }; };