summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/XCell2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XCell2.idl')
-rw-r--r--offapi/com/sun/star/table/XCell2.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/table/XCell2.idl b/offapi/com/sun/star/table/XCell2.idl
index 3abe08ff377b..2bc7d6aca85b 100644
--- a/offapi/com/sun/star/table/XCell2.idl
+++ b/offapi/com/sun/star/table/XCell2.idl
@@ -32,11 +32,9 @@
#include <com/sun/star/table/XCell.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** extends XCell methods to access the contents of a cell in a table.
@@ -52,7 +50,6 @@ interface XCell2: com::sun::star::table::XCell
*/
void setFormulaResult( [in] double nValue );
- //-------------------------------------------------------------------------
/** sets a formula string into the cell.
@@ -64,7 +61,6 @@ interface XCell2: com::sun::star::table::XCell
void setFormulaString( [in] string aFormula );
};
-//=============================================================================
}; }; }; };