[Libreoffice-commits] .: offapi/com

Muthu Subramanian sumuthu at kemper.freedesktop.org
Wed Jun 29 10:15:51 PDT 2011


 offapi/com/sun/star/table/XCell.idl |   22 ----------------------
 1 file changed, 22 deletions(-)

New commits:
commit a66e064d81dd6af52c9d56830eba1ca0cf66c51c
Author: Muthu Subramanian <sumuthu at novell.com>
Date:   Wed Jun 29 23:01:02 2011 +0530

    Revert patch to change .idl

diff --git a/offapi/com/sun/star/table/XCell.idl b/offapi/com/sun/star/table/XCell.idl
index ee6665c..39dc892 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


More information about the Libreoffice-commits mailing list