summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@novell.com>2011-06-29 23:01:41 +0530
committerMuthu Subramanian <sumuthu@novell.com>2011-06-29 23:04:43 +0530
commitdf69092dd7c23f676970090ca994b5445b6a7e89 (patch)
tree22103aafee2d633ef22d6fa6c138827abfa1f563 /svx/source/table/cell.cxx
parent97e3d208bad8f08591fb30c510ed351a695fb334 (diff)
Revert patch to change .idl
Diffstat (limited to 'svx/source/table/cell.cxx')
-rw-r--r--svx/source/table/cell.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svx/source/table/cell.cxx b/svx/source/table/cell.cxx
index ea3a7e1343cd..d0f8f1693af7 100644
--- a/svx/source/table/cell.cxx
+++ b/svx/source/table/cell.cxx
@@ -929,20 +929,6 @@ void SAL_CALL Cell::setFormula( const OUString& aFormula ) throw (RuntimeExcepti
// -----------------------------------------------------------------------------
-void SAL_CALL Cell::setFormulaString( const OUString& aFormula ) throw (RuntimeException)
-{
- setFormula( aFormula );
-}
-
-// -----------------------------------------------------------------------------
-
-void SAL_CALL Cell::setFormulaResult( const double nValue ) throw (RuntimeException)
-{
- mfValue = nValue;
-}
-
-// -----------------------------------------------------------------------------
-
double SAL_CALL Cell::getValue( ) throw (RuntimeException)
{
return mfValue;