summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@novell.com>2011-06-29 23:01:02 +0530
committerMuthu Subramanian <sumuthu@novell.com>2011-06-29 23:02:49 +0530
commit4312ed8c4f85575ab125da84ba09f02430ee9a89 (patch)
tree08541286ee7b2ee4555a6a9e8a83c94921592510 /offapi
parentca510ed87235ceaab8bf0bf180eb9c606d7dcb24 (diff)
Revert patch to change .idl
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/table/XCell.idl22
1 files changed, 0 insertions, 22 deletions
diff --git a/offapi/com/sun/star/table/XCell.idl b/offapi/com/sun/star/table/XCell.idl
index 7d7b5be70eee..90145c54b3c1 100644
--- a/offapi/com/sun/star/table/XCell.idl
+++ b/offapi/com/sun/star/table/XCell.idl
@@ -59,28 +59,6 @@ published interface XCell: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- /** sets a formula result into the cell.
-
- <p>When assigned, the formula cell's result will be set to this
- value and will not be calculated - unless a HardRecalc is
- executed.</p>
- */
- void setFormulaResult( [in] double nValue );
-
- //-------------------------------------------------------------------------
-
- /** sets a formula string into the cell.
-
- <p>When assigned, the formula is set into the string. But is not
- compiled, tokenized or calculated. Its useful when loading a
- document and setFormulaResult() is used. Otherwise it is compiled
- on trying to fetch a result value.
- </p>
- */
- void setFormulaString( [in] string aFormula );
-
- //-------------------------------------------------------------------------
-
/** sets a formula into the cell.
<p>When assigned, the string will be interpreted and a value, text